[PATCH] Update mac80211 and make b43 driver build and load on targets other than...
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 005-disable_ssb_build.patch
1 diff --git a/Makefile b/Makefile
2 index 6a5eff4..225c711 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -20,8 +20,7 @@ NOSTDINC_FLAGS := -I$(M)/include/ -include $(M)/include/net/compat.h $(CFLAGS)
6 obj-y := net/wireless/ net/mac80211/
7 ifeq ($(ONLY_CORE),)
8 obj-$(CONFIG_B44) += drivers/net/b44.o
9 -obj-y += drivers/ssb/ \
10 - drivers/misc/ \
11 +obj-y += drivers/misc/ \
12 drivers/net/usb/ \
13 drivers/net/wireless/
14 endif