diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-24 21:10:43 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-09-24 21:10:43 +0000 |
commit | 34a88f1fb025266e0a15b3749516e04d80994344 (patch) | |
tree | 52c05f4f94007bded9e3a18538deef45a3b527a7 /package/busybox | |
parent | 23b8823a18b19cd30720d5808e4cc27025817bc2 (diff) | |
download | buildroot-novena-34a88f1fb025266e0a15b3749516e04d80994344.tar.gz buildroot-novena-34a88f1fb025266e0a15b3749516e04d80994344.zip |
Reorganize configs to even more logical positions
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/Config.in | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index be2306f68..72f17707d 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -1,3 +1,5 @@ + + config BR2_PACKAGE_BUSYBOX bool "BusyBox" default y @@ -119,22 +121,6 @@ config BR2_PACKAGE_BUSYBOX_CONFIG Most people will just use the default BusyBox configuration file. -config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS - bool "Hide applications that are provided by busybox" - depends on BR2_PACKAGE_BUSYBOX - default y if BR2_PACKAGE_BUSYBOX_SNAPSHOT - help - Do not show packages in menuconfig that are potentially provided - by busybox. - -config BR2_PACKAGE_BUSYBOX_SKELETON - bool "use minimal target skeleton" - depends on BR2_PACKAGE_BUSYBOX - depends on !BR2_BUSYBOX_VERSION_1_0_1 - help - Use a minimal target skeleton. Make sure to select mdev - which is used to populate /dev/. - #config BR2_PACKAGE_BUSYBOX_INITRAMFS # bool "initramfs perusing busybox" # depends on BR2_PACKAGE_BUSYBOX |