diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-30 09:41:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-30 09:41:55 +0000 |
commit | 3a4b459fbf96833ce5afcdfec630b290c1e9b9da (patch) | |
tree | 336d2d2b0129b671f40c0614ff666a41afb0c350 /package/mac80211/patches/005-disable_ssb_build.patch | |
parent | ef33d451ba4409f4ae009de518a84425395c4cc0 (diff) | |
download | upstream-3a4b459fbf96833ce5afcdfec630b290c1e9b9da.tar.gz upstream-3a4b459fbf96833ce5afcdfec630b290c1e9b9da.tar.bz2 upstream-3a4b459fbf96833ce5afcdfec630b290c1e9b9da.zip |
mac80211: update compat-wireless to 2009-01-29
SVN-Revision: 14279
Diffstat (limited to 'package/mac80211/patches/005-disable_ssb_build.patch')
-rw-r--r-- | package/mac80211/patches/005-disable_ssb_build.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/005-disable_ssb_build.patch b/package/mac80211/patches/005-disable_ssb_build.patch index 7a0f6c353f..fc253bd38b 100644 --- a/package/mac80211/patches/005-disable_ssb_build.patch +++ b/package/mac80211/patches/005-disable_ssb_build.patch @@ -5,8 +5,8 @@ ifeq ($(ONLY_CORE),) obj-$(CONFIG_B44) += drivers/net/b44.o -obj-y += drivers/ssb/ \ -- drivers/misc/ \ -+obj-y += drivers/misc/ \ +- drivers/misc/eeprom/ \ ++obj-y += drivers/misc/eeprom/ \ drivers/net/usb/ \ drivers/net/wireless/ endif |