summaryrefslogtreecommitdiffstats
path: root/package/util-linux
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-07-29 08:53:55 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-29 08:53:55 +0200
commit952d96d5aed88bf0e7f7e6df55003c9ad5115f10 (patch)
tree79074c69a1a629344b3cba2a0eeb4f53b203df2c /package/util-linux
parente1fbd63f3c9700ef9d590ea7b4659ca592db5e3c (diff)
downloadbuildroot-novena-952d96d5aed88bf0e7f7e6df55003c9ad5115f10.tar.gz
buildroot-novena-952d96d5aed88bf0e7f7e6df55003c9ad5115f10.zip
util-linux: drop BR2_PACKAGE_BUSYBOX_SHOW_OTHERS dependency
Drop the dependency as it isn't really nice that other packages need to select it, and kconf complains about it: warning: (BR2_PACKAGE_E2FSPROGS && BR2_PACKAGE_USBMOUNT) selects BR2_PACKAGE_BUSYBOX_SHOW_OTHERS which has unmet direct dependencies (!BR2_PACKAGE_BUSYBOX) Instead ensure that only the libraries are built by default, so busybox applets are still used unless explicitly configured. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/util-linux')
-rw-r--r--package/util-linux/Config.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/util-linux/Config.in b/package/util-linux/Config.in
index 4bb614a3b..45b0a825d 100644
--- a/package/util-linux/Config.in
+++ b/package/util-linux/Config.in
@@ -18,11 +18,9 @@ if BR2_PACKAGE_UTIL_LINUX
config BR2_PACKAGE_UTIL_LINUX_MOUNT
bool "build mount utilties"
- default y
config BR2_PACKAGE_UTIL_LINUX_FSCK
bool "build \"fsck\""
- default y
config BR2_PACKAGE_UTIL_LINUX_LIBUUID
bool "build libuuid and uuid utilities"
@@ -30,7 +28,6 @@ config BR2_PACKAGE_UTIL_LINUX_LIBUUID
config BR2_PACKAGE_UTIL_LINUX_UUIDD
bool "build \"uuidd\""
- default y
config BR2_PACKAGE_UTIL_LINUX_LIBBLKID
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
@@ -39,39 +36,30 @@ config BR2_PACKAGE_UTIL_LINUX_LIBBLKID
config BR2_PACKAGE_UTIL_LINUX_AGETTY
bool "build \"agetty\""
- default y
config BR2_PACKAGE_UTIL_LINUX_CRAMFS
bool "build \"fsck.cramfs, mkfs.cramfs\""
- default y
config BR2_PACKAGE_UTIL_LINUX_SWITCH_ROOT
bool "build \"switch_root\""
- default y
config BR2_PACKAGE_UTIL_LINUX_PIVOT_ROOT
bool "build \"pivot_root\""
- default y
config BR2_PACKAGE_UTIL_LINUX_FALLOCATE
bool "build \"fallocate\""
- default y
config BR2_PACKAGE_UTIL_LINUX_UNSHARE
bool "build \"unshare\""
- default y
config BR2_PACKAGE_UTIL_LINUX_RENAME
bool "build \"rename\""
- default y
config BR2_PACKAGE_UTIL_LINUX_SCHEDUTILS
bool "build \"chrt, ionice, teskset\""
- default y
config BR2_PACKAGE_UTIL_LINUX_WALL
bool "build \"wall\""
- default y
############################################
# default disabled and should be enabled by
@@ -79,43 +67,33 @@ config BR2_PACKAGE_UTIL_LINUX_WALL
#
config BR2_PACKAGE_UTIL_LINUX_ARCH
bool "build \"arch\""
- default n
config BR2_PACKAGE_UTIL_LINUX_INIT
bool "build \"simpleinit, shutdown, initctl\""
- default n
config BR2_PACKAGE_UTIL_LINUX_KILL
bool "build \"kill\""
- default n
config BR2_PACKAGE_UTIL_LINUX_LAST
bool "build \"last\""
- default n
config BR2_PACKAGE_UTIL_LINUX_MESG
bool "build \"mesg\""
- default n
config BR2_PACKAGE_UTIL_LINUX_PARTX
bool "build \"addpart, delpart, partx\""
- default n
config BR2_PACKAGE_UTIL_LINUX_RAW
bool "build \"raw\""
- default n
config BR2_PACKAGE_UTIL_LINUX_RESET
bool "build \"reset\""
- default n
config BR2_PACKAGE_UTIL_LINUX_LOGIN_UTILS
bool "build \"chfn, chsh, login, newgrp, vipw\""
- default n
config BR2_PACKAGE_UTIL_LINUX_WRITE
bool "build \"write\""
- default n
endif