summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/005-disable_ssb_build.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-15 08:26:38 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-15 08:26:38 +0000
commit094507e8fede9ed92407b1684d7e7106a94a7644 (patch)
treee14ecf46a801fd3cd8c81bf0421c0725f2e39488 /package/mac80211/patches/005-disable_ssb_build.patch
parent97f029be365ecc610c021b7f97b64b41568d2a7d (diff)
[mac80211] Update to compat-wireless-2009-08-15
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/005-disable_ssb_build.patch')
-rw-r--r--package/mac80211/patches/005-disable_ssb_build.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/package/mac80211/patches/005-disable_ssb_build.patch b/package/mac80211/patches/005-disable_ssb_build.patch
index 4f4b7ae86..cdb4a343e 100644
--- a/package/mac80211/patches/005-disable_ssb_build.patch
+++ b/package/mac80211/patches/005-disable_ssb_build.patch
@@ -1,12 +1,10 @@
--- a/Makefile
+++ b/Makefile
-@@ -20,8 +20,7 @@ NOSTDINC_FLAGS := -I$(M)/include/ -inclu
+@@ -22,7 +22,6 @@ NOSTDINC_FLAGS := -I$(M)/include/ -inclu
obj-y := net/wireless/ net/mac80211/ net/rfkill/
ifeq ($(ONLY_CORE),)
- obj-$(CONFIG_B44) += drivers/net/b44.o
--obj-y += drivers/ssb/ \
-- drivers/misc/eeprom/ \
-+obj-y += drivers/misc/eeprom/ \
+ obj-m += \
+- drivers/ssb/ \
+ drivers/misc/eeprom/ \
drivers/net/usb/ \
drivers/net/wireless/
- endif