mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[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
This commit is contained in:
14
package/mac80211/patches/005-disable_ssb_build.patch
Normal file
14
package/mac80211/patches/005-disable_ssb_build.patch
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user