mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:14:05 +02:00
b43: disable pio and pcmcia support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17340 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1bf4b50562
commit
f6b146de59
@ -467,6 +467,7 @@ MAKE_OPTS:= \
|
||||
CONFIG_RTL8180=$(if $(CONFIG_PACKAGE_kmod-rtl8180),m) \
|
||||
CONFIG_RTL8187=$(if $(CONFIG_PACKAGE_kmod-rtl8187),m) \
|
||||
CONFIG_MAC80211_HWSIM=$(if $(CONFIG_PACKAGE_kmod-mac80211-hwsim),m) \
|
||||
CONFIG_PCMCIA= \
|
||||
CONFIG_LIBIPW= \
|
||||
CONFIG_LIBERTAS= \
|
||||
CONFIG_LIBERTAS_CS= \
|
||||
|
29
package/mac80211/patches/010-b43_config.patch
Normal file
29
package/mac80211/patches/010-b43_config.patch
Normal file
@ -0,0 +1,29 @@
|
||||
--- a/config.mk
|
||||
+++ b/config.mk
|
||||
@@ -135,12 +135,12 @@ CONFIG_B43_HWRNG=y
|
||||
CONFIG_B43_PCI_AUTOSELECT=y
|
||||
CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||
ifneq ($(CONFIG_PCMCIA),)
|
||||
-CONFIG_B43_PCMCIA=y
|
||||
+# CONFIG_B43_PCMCIA=y
|
||||
endif
|
||||
-CONFIG_B43_PIO=y
|
||||
+# CONFIG_B43_PIO=y
|
||||
CONFIG_B43_LEDS=y
|
||||
# CONFIG_B43_RFKILL=y
|
||||
-CONFIG_B43_PHY_LP=y
|
||||
+# CONFIG_B43_PHY_LP=y
|
||||
# CONFIG_B43_DEBUG=y
|
||||
# CONFIG_B43_FORCE_PIO=y
|
||||
|
||||
@@ -189,8 +189,8 @@ CONFIG_SSB_PCIHOST_POSSIBLE=y
|
||||
CONFIG_SSB_PCIHOST=y
|
||||
CONFIG_SSB_B43_PCI_BRIDGE=y
|
||||
ifneq ($(CONFIG_PCMCIA),)
|
||||
-CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
|
||||
-CONFIG_SSB_PCMCIAHOST=y
|
||||
+# CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
|
||||
+# CONFIG_SSB_PCMCIAHOST=y
|
||||
endif
|
||||
# CONFIG_SSB_DEBUG=y
|
||||
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
|
@ -1,11 +0,0 @@
|
||||
--- a/config.mk
|
||||
+++ b/config.mk
|
||||
@@ -140,7 +140,7 @@ endif
|
||||
CONFIG_B43_PIO=y
|
||||
CONFIG_B43_LEDS=y
|
||||
# CONFIG_B43_RFKILL=y
|
||||
-CONFIG_B43_PHY_LP=y
|
||||
+# CONFIG_B43_PHY_LP=y
|
||||
# CONFIG_B43_DEBUG=y
|
||||
# CONFIG_B43_FORCE_PIO=y
|
||||
|
Loading…
Reference in New Issue
Block a user