AA: openssl: Support multi-threaded applications
[openwrt/svn-archive/archive.git] / package / busybox / Config.in
index 1002a5a0d6bd5c9e81ab51881e8db4dcd826830a..88d1aa213ab5c1cc68be3e7c90fafd90e84b10f2 100644 (file)
@@ -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
@@ -36,4 +21,4 @@ config BUSYBOX_CONFIG_HUSH
 
 source "package/busybox/config/Config.in"
 
-endmenu
+endif