X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fbusybox%2FConfig.in;h=8353474bcdb484d4467eb44a182318a8901ff6f7;hb=589d5bb0681d7ee21232f59861e74cfb161db13e;hp=e79aef7d31a48e960c9b0a62ee7efce14ba2b6c7;hpb=7bd944d2153b871aaaee970811f27772cbe36a6f;p=openwrt.git diff --git a/package/busybox/Config.in b/package/busybox/Config.in index e79aef7d31..8353474bcd 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -1,32 +1,24 @@ -menu "busybox........................... The Swiss Army Knife of embedded Linux" +menu "Configuration" + depends on PACKAGE_busybox -config BR2_PACKAGE_BUSYBOX - prompt "busybox........................... The Swiss Army Knife of embedded Linux" +config BUSYBOX_CONFIG_NOMMU bool - default y - help - The Swiss Army Knife of embedded Linux. It slices, it dices, it - makes Julian Fries. - - http://busybox.net/ - - Most people will answer Y. + depends NOMMU + default y if NOMMU + deselect BUSYBOX_CONFIG_ASH + deselect BUSYBOX_CONFIG_FEATURE_SH_IS_ASH + deselect BUSYBOX_CONFIG_LOCK -config BR2_PACKAGE_BUSYBOX_SNAPSHOT - bool "Use the daily snapshot of busybox?" - depends BR2_PACKAGE_BUSYBOX - depends CONFIG_DEVEL - default n - help - Use the latest busybox CVS snapshot instead of release. - - For fun, you should say Y. - -menu "Busybox Configuration" - depends BR2_PACKAGE_BUSYBOX +config CONFIG_BUSYBOX_CONFIG_FEATURE_SH_IS_HUSH + bool + default y if NOMMU + default n if !NOMMU -source package/busybox/config/Config.in +config BUSYBOX_CONFIG_HUSH + bool + default y if NOMMU + default n if !NOMMU -endmenu +source "package/busybox/config/Config.in" endmenu