mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
b43: Fix for non-PCI builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14932 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
--- a/config.mk
|
||||
+++ b/config.mk
|
||||
Index: compat-wireless-2009-03-13/config.mk
|
||||
===================================================================
|
||||
--- compat-wireless-2009-03-13.orig/config.mk 2009-03-17 21:15:23.000000000 +0100
|
||||
+++ compat-wireless-2009-03-13/config.mk 2009-03-17 21:18:05.000000000 +0100
|
||||
@@ -91,10 +91,10 @@ CONFIG_MAC80211_MESH=y
|
||||
CONFIG_CFG80211=m
|
||||
# CONFIG_CFG80211_REG_DEBUG is not set
|
||||
@@ -15,14 +17,19 @@
|
||||
|
||||
CONFIG_NL80211=y
|
||||
|
||||
@@ -131,16 +131,16 @@ CONFIG_IWL3945_LEDS=y
|
||||
@@ -129,18 +129,18 @@ CONFIG_IWL3945_LEDS=y
|
||||
|
||||
|
||||
CONFIG_B43=m
|
||||
CONFIG_B43_PCI_AUTOSELECT=y
|
||||
CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||
-CONFIG_B43_PCI_AUTOSELECT=y
|
||||
-CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||
-CONFIG_B43_PCMCIA=y
|
||||
+# CONFIG_B43_PCMCIA=y
|
||||
CONFIG_B43_PIO=y
|
||||
-CONFIG_B43_PIO=y
|
||||
-CONFIG_B43_LEDS=y
|
||||
+# CONFIG_B43_PCI_AUTOSELECT=y
|
||||
+# CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||
+# CONFIG_B43_PCMCIA=y
|
||||
+# CONFIG_B43_PIO=y
|
||||
+# CONFIG_B43_LEDS=y
|
||||
# CONFIG_B43_RFKILL=y
|
||||
# CONFIG_B43_DEBUG is not set
|
||||
|
||||
Reference in New Issue
Block a user