summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-02 01:29:27 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-02 01:29:27 +0000
commit5df6b9ba9a55f42990d9f6c6e3b077c59b16cba7 (patch)
treed7866aa657a22d67f6f3834c3867b76d8d8621ae /openwrt/target/linux/package
parent5f3ddcc0c85c4607a2e472502861e4efe05d801d (diff)
revert config default change for ieee80211-dscape, do real depends instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2799 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package')
-rw-r--r--openwrt/target/linux/package/ieee80211-dscape/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/ieee80211-dscape/Config.in b/openwrt/target/linux/package/ieee80211-dscape/Config.in
index 216a11a98..850240878 100644
--- a/openwrt/target/linux/package/ieee80211-dscape/Config.in
+++ b/openwrt/target/linux/package/ieee80211-dscape/Config.in
@@ -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
+ depends BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_X86
+
help
IEEE 802.11 stack (devicescape)