X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/37e53349f3133d09160984d7d91ed50e8c8b5471..5e10b16d95550d4656d8b594f3cbb6a3892db688:/package/busybox/Config.in?ds=sidebyside diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 1002a5a0d..407e95e1e 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -1,20 +1,5 @@ -menu "Configuration" - depends on PACKAGE_busybox -config BUSYBOX_CONFIG_FEATURE_DEVFS - bool - default y if LINUX_2_4 - default n if LINUX_2_6 - -config BUSYBOX_CONFIG_FEATURE_2_4_MODULES - bool - default y if LINUX_2_4 - default n if LINUX_2_6 - -config BUSYBOX_CONFIG_FEATURE_2_6_MODULES - bool - default n if LINUX_2_4 - default y if LINUX_2_6 +if PACKAGE_busybox config BUSYBOX_CONFIG_NOMMU bool @@ -34,6 +19,11 @@ config BUSYBOX_CONFIG_HUSH default y if NOMMU 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