diff options
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 |