small defaults fix for ieee80211-dscape
[openwrt.git] / openwrt / target / linux / package / ieee80211-dscape / Config.in
index 216a11a..1277bcb 100644 (file)
@@ -1,8 +1,9 @@
 config BR2_PACKAGE_KMOD_IEEE80211_DSCAPE
        prompt "kmod-ieee80211-dscape............. IEEE 802.11 stack (devicescape)"
        tristate
-       default y if BR2_LINUX_2_6_BRCM
-       default n
+       default m if CONFIG_DEVEL
+       depends BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_X86
+       
        help
          IEEE 802.11 stack (devicescape)
          
This page took 0.022542 seconds and 4 git commands to generate.