-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
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