diff options
author | Michael Büsch <mb@bu3sch.de> | 2009-03-17 21:00:44 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2009-03-17 21:00:44 +0000 |
commit | 06c36d9c5bc6efffccc3c6be8b40edac182aa66a (patch) | |
tree | 0833125abd2f882ccf1718aa89f812c7ba063203 /package/mac80211/patches | |
parent | d17716e16f52a69fd911c6d3ff506a7ab246dbc2 (diff) | |
download | upstream-06c36d9c5bc6efffccc3c6be8b40edac182aa66a.tar.gz upstream-06c36d9c5bc6efffccc3c6be8b40edac182aa66a.tar.bz2 upstream-06c36d9c5bc6efffccc3c6be8b40edac182aa66a.zip |
b43: Fix for non-PCI builds
SVN-Revision: 14932
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/007-remove_unused_stuff.patch | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/package/mac80211/patches/007-remove_unused_stuff.patch b/package/mac80211/patches/007-remove_unused_stuff.patch index a8f167f13a..0f07933395 100644 --- a/package/mac80211/patches/007-remove_unused_stuff.patch +++ b/package/mac80211/patches/007-remove_unused_stuff.patch @@ -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 |