mirror of https://github.com/hak5/openwrt-owl.git
disable bcm43xx packages, checking the 2.6.16 all-in-one patches, packages does not compile and nobody cares at the moment
SVN-Revision: 3530owl
parent
48e90f1370
commit
6340d8c27d
|
@ -3,7 +3,6 @@ config BR2_PACKAGE_KMOD_BCM43XX_STANDALONE
|
||||||
tristate
|
tristate
|
||||||
depends BR2_LINUX_2_6_BRCM
|
depends BR2_LINUX_2_6_BRCM
|
||||||
select BR2_PACKAGE_KMOD_IEEE80211_DSCAPE
|
select BR2_PACKAGE_KMOD_IEEE80211_DSCAPE
|
||||||
default m if CONFIG_DEVEL
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Free driver for the Broadcom 43xx wireless chipset
|
Free driver for the Broadcom 43xx wireless chipset
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
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 m if CONFIG_DEVEL
|
default n
|
||||||
depends BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_X86
|
depends BR2_LINUX_2_6_BRCM || BR2_LINUX_2_6_X86
|
||||||
|
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue