madwifi: fix wlanconfig athX destroy on 2.6.30 (incomplete netdev_ops transition)
[openwrt.git] / package / busybox / target-config.in
index 77c58cef14239f318e75298de93bcbb9ceafa261..61f13670c5a455f4a6e50dad5c6be893c81932ba 100644 (file)
@@ -1,11 +1,14 @@
 config BUSYBOX_CONFIG_FEATURE_DEVFS
+       bool
        default y if LINUX_2_4
        default n if LINUX_2_6
 
-config BUSYBOX_CONFIG_MDEV
-       default n if LINUX_2_4
-       default y 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_MDEV_CONF
+config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
+       bool
        default n if LINUX_2_4
        default y if LINUX_2_6