2011-07-22 16:53:12 +02:00
|
|
|
config BR2_PACKAGE_UTIL_LINUX
|
2004-10-14 22:33:45 +02:00
|
|
|
bool "util-linux"
|
2011-07-22 16:53:12 +02:00
|
|
|
depends on BR2_LARGEFILE
|
|
|
|
depends on BR2_USE_WCHAR
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2004-10-14 22:33:45 +02:00
|
|
|
Various useful/essential Linux utilities.
|
|
|
|
|
|
|
|
Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-10-14 22:33:45 +02:00
|
|
|
http://www.kernel.org/pub/linux/utils/util-linux/
|
2009-10-05 20:06:14 +02:00
|
|
|
|
2011-07-22 16:53:12 +02:00
|
|
|
if BR2_PACKAGE_UTIL_LINUX
|
|
|
|
|
|
|
|
############################################
|
|
|
|
# default enabled and should be disabled by
|
|
|
|
# --disable-foo
|
|
|
|
#
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_MOUNT
|
|
|
|
bool "build mount utilties"
|
2011-07-29 13:34:18 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
2011-07-22 16:53:12 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_FSCK
|
2011-07-29 13:34:18 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
2011-07-22 16:53:12 +02:00
|
|
|
bool "build \"fsck\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
|
|
|
bool "build libuuid and uuid utilities"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_UUIDD
|
|
|
|
bool "build \"uuidd\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_LIBBLKID
|
2011-07-28 17:54:37 +02:00
|
|
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
2011-07-22 16:53:12 +02:00
|
|
|
bool "build libblkid and blkid utilities"
|
|
|
|
default y
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_AGETTY
|
|
|
|
bool "build \"agetty\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_CRAMFS
|
|
|
|
bool "build \"fsck.cramfs, mkfs.cramfs\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_SWITCH_ROOT
|
|
|
|
bool "build \"switch_root\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT
|
|
|
|
bool "build \"pivot_root\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_FALLOCATE
|
|
|
|
bool "build \"fallocate\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_UNSHARE
|
|
|
|
bool "build \"unshare\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_RENAME
|
|
|
|
bool "build \"rename\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS
|
|
|
|
bool "build \"chrt, ionice, teskset\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_WALL
|
|
|
|
bool "build \"wall\""
|
|
|
|
|
|
|
|
############################################
|
|
|
|
# default disabled and should be enabled by
|
|
|
|
# --enable-foo
|
|
|
|
#
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_ARCH
|
|
|
|
bool "build \"arch\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_INIT
|
|
|
|
bool "build \"simpleinit, shutdown, initctl\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_KILL
|
|
|
|
bool "build \"kill\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_LAST
|
|
|
|
bool "build \"last\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_MESG
|
2011-07-28 09:19:30 +02:00
|
|
|
bool "build \"mesg\""
|
2011-07-22 16:53:12 +02:00
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_PARTX
|
|
|
|
bool "build \"addpart, delpart, partx\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_RAW
|
|
|
|
bool "build \"raw\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_RESET
|
|
|
|
bool "build \"reset\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS
|
|
|
|
bool "build \"chfn, chsh, login, newgrp, vipw\""
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UTIL_LINUX_WRITE
|
2011-07-28 09:19:30 +02:00
|
|
|
bool "build \"write\""
|
2011-07-22 16:53:12 +02:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
2011-07-27 11:51:47 +02:00
|
|
|
comment "util-linux requires a toolchain with LARGEFILE + WCHAR support"
|
|
|
|
depends on !(BR2_LARGEFILE && BR2_USE_WCHAR)
|