summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/005-disable_ssb_build.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-30 09:41:55 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-30 09:41:55 +0000
commit10f16bb24e2e3fb1e8053653558a18c58c24d0aa (patch)
tree9bd8ca7fa3081692ba9f56287532c2fe3aec1da1 /package/mac80211/patches/005-disable_ssb_build.patch
parent087b034f08c05b5340178f127b595b45f4aca2b3 (diff)
[package] mac80211: update compat-wireless to 2009-01-29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14279 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/005-disable_ssb_build.patch')
-rw-r--r--package/mac80211/patches/005-disable_ssb_build.patch4
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 7a0f6c353..fc253bd38 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