mirror of https://github.com/hak5/openwrt.git
revert config default change for ieee80211-dscape, do real depends instead
SVN-Revision: 2799lede-17.01
parent
aa1d78aa30
commit
9f0fc7b5e9
|
@ -1,8 +1,9 @@
|
||||||
config BR2_PACKAGE_KMOD_IEEE80211_DSCAPE
|
config BR2_PACKAGE_KMOD_IEEE80211_DSCAPE
|
||||||
prompt "kmod-ieee80211-dscape............. IEEE 802.11 stack (devicescape)"
|
prompt "kmod-ieee80211-dscape............. IEEE 802.11 stack (devicescape)"
|
||||||
tristate
|
tristate
|
||||||
default y if BR2_LINUX_2_6_BRCM
|
default m
|
||||||
default n
|
depends BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_X86
|
||||||
|
|
||||||
help
|
help
|
||||||
IEEE 802.11 stack (devicescape)
|
IEEE 802.11 stack (devicescape)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue