diff options
Diffstat (limited to 'package/mac80211/patches/005-disable_ssb_build.patch')
-rw-r--r-- | package/mac80211/patches/005-disable_ssb_build.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/package/mac80211/patches/005-disable_ssb_build.patch b/package/mac80211/patches/005-disable_ssb_build.patch index 4f4b7ae86c..cdb4a343ea 100644 --- a/package/mac80211/patches/005-disable_ssb_build.patch +++ b/package/mac80211/patches/005-disable_ssb_build.patch @@ -1,12 +1,10 @@ --- a/Makefile +++ b/Makefile -@@ -20,8 +20,7 @@ NOSTDINC_FLAGS := -I$(M)/include/ -inclu +@@ -22,7 +22,6 @@ NOSTDINC_FLAGS := -I$(M)/include/ -inclu obj-y := net/wireless/ net/mac80211/ net/rfkill/ ifeq ($(ONLY_CORE),) - obj-$(CONFIG_B44) += drivers/net/b44.o --obj-y += drivers/ssb/ \ -- drivers/misc/eeprom/ \ -+obj-y += drivers/misc/eeprom/ \ + obj-m += \ +- drivers/ssb/ \ + drivers/misc/eeprom/ \ drivers/net/usb/ \ drivers/net/wireless/ - endif |