AA: openssl: Support multi-threaded applications
[openwrt/svn-archive/archive.git] / package / busybox / Config.in
index 73a3f1a02d1ef694b9a4938dec5aa40eaf33a9d7..88d1aa213ab5c1cc68be3e7c90fafd90e84b10f2 100644 (file)
@@ -1,5 +1,5 @@
-menu "Configuration"
-       depends on PACKAGE_busybox
+
+if PACKAGE_busybox
 
 config BUSYBOX_CONFIG_NOMMU
        bool
@@ -19,11 +19,6 @@ 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