diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-29 15:48:42 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-29 15:48:42 +0000 |
commit | d52a2c41bfb5e85ddc38e3ff5c5d08541b4d2ee8 (patch) | |
tree | 70ba58b0b8eb036c8729435f7246916de6505bf0 /package/mac80211/patches-old/005-disable_ssb_build.patch | |
parent | 93ca37623f7921d4f03dc35d5c49f3494c12f347 (diff) |
[PATCH] Update mac80211 and make b43 driver build and load on targets other than brcm47xx (#4266)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13431 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches-old/005-disable_ssb_build.patch')
-rw-r--r-- | package/mac80211/patches-old/005-disable_ssb_build.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/mac80211/patches-old/005-disable_ssb_build.patch b/package/mac80211/patches-old/005-disable_ssb_build.patch new file mode 100644 index 0000000000..8a9a06b9d5 --- /dev/null +++ b/package/mac80211/patches-old/005-disable_ssb_build.patch @@ -0,0 +1,10 @@ +--- a/Makefile 2008-07-18 06:11:03.000000000 +0200 ++++ b/Makefile 2008-11-28 19:31:58.000000000 +0100 +@@ -19,7 +19,6 @@ + obj-y := net/wireless/ net/mac80211/ + ifeq ($(ONLY_CORE),) + obj-y += net/ieee80211/ \ +- drivers/ssb/ \ + drivers/misc/ \ + drivers/net/usb/ \ + drivers/net/wireless/ |