busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC
[openwrt-working-2016/.git] / package / busybox / Config.in
index 1002a5a0d6bd5c9e81ab51881e8db4dcd826830a..73a3f1a02d1ef694b9a4938dec5aa40eaf33a9d7 100644 (file)
@@ -1,21 +1,6 @@
 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
-
 config BUSYBOX_CONFIG_NOMMU
        bool
        depends NOMMU
@@ -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