X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/5e25adcf4a8bbd1273eebe4b34b7377cb84f96d5..f9794518c7a41ffd1e962d77e1fd2b94cf9da9f7:/package/busybox/Config.in diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 7c643e50d..407e95e1e 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -1,5 +1,5 @@ -menu "Configuration" - depends on PACKAGE_busybox + +if PACKAGE_busybox config BUSYBOX_CONFIG_NOMMU bool @@ -20,9 +20,10 @@ config BUSYBOX_CONFIG_HUSH default n if !NOMMU config BUSYBOX_USE_LIBRPC + bool depends USE_UCLIBC default y if BUSYBOX_CONFIG_FEATURE_HAVE_RPC source "package/busybox/config/Config.in" -endmenu +endif