diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-29 15:48:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-29 15:48:42 +0000 |
commit | dff2c6a6d0c9ae8b3fe99270f0736244a737aa72 (patch) | |
tree | 307d2a328c7e73f328d1f17d3b8068173984f11c /package/mac80211/patches/005-disable_ssb_build.patch | |
parent | f6bdc6a9bd33dfb7bad220146af73c36dc6fb4ea (diff) | |
download | upstream-dff2c6a6d0c9ae8b3fe99270f0736244a737aa72.tar.gz upstream-dff2c6a6d0c9ae8b3fe99270f0736244a737aa72.tar.bz2 upstream-dff2c6a6d0c9ae8b3fe99270f0736244a737aa72.zip |
Update mac80211 and make b43 driver build and load on targets other than brcm47xx (#4266)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13431
Diffstat (limited to 'package/mac80211/patches/005-disable_ssb_build.patch')
-rw-r--r-- | package/mac80211/patches/005-disable_ssb_build.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/mac80211/patches/005-disable_ssb_build.patch b/package/mac80211/patches/005-disable_ssb_build.patch new file mode 100644 index 0000000000..7a4c513575 --- /dev/null +++ b/package/mac80211/patches/005-disable_ssb_build.patch @@ -0,0 +1,14 @@ +diff --git a/Makefile b/Makefile +index 6a5eff4..225c711 100644 +--- a/Makefile ++++ b/Makefile +@@ -20,8 +20,7 @@ NOSTDINC_FLAGS := -I$(M)/include/ -include $(M)/include/net/compat.h $(CFLAGS) + obj-y := net/wireless/ net/mac80211/ + ifeq ($(ONLY_CORE),) + obj-$(CONFIG_B44) += drivers/net/b44.o +-obj-y += drivers/ssb/ \ +- drivers/misc/ \ ++obj-y += drivers/misc/ \ + drivers/net/usb/ \ + drivers/net/wireless/ + endif |