diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-03 18:52:33 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-03 18:52:33 +0000 |
commit | 8efa4b94dba3ee85a6bd4d5367f83a5f17e8ee1a (patch) | |
tree | 311697eb0284016425c75e44e93ea3ec31aeed65 /package/mac80211 | |
parent | 5649ff4093b00c03c9f18f04d1640e1593d6ebb6 (diff) | |
download | upstream-8efa4b94dba3ee85a6bd4d5367f83a5f17e8ee1a.tar.gz upstream-8efa4b94dba3ee85a6bd4d5367f83a5f17e8ee1a.tar.bz2 upstream-8efa4b94dba3ee85a6bd4d5367f83a5f17e8ee1a.zip |
mac80211: remove ipw building out of compat-wireless, because it conflicts with the in kernel building.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 13841
Diffstat (limited to 'package/mac80211')
-rw-r--r-- | package/mac80211/patches/006-disable_ipw2x00_build.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/mac80211/patches/006-disable_ipw2x00_build.patch b/package/mac80211/patches/006-disable_ipw2x00_build.patch new file mode 100644 index 0000000000..f2f26e3de8 --- /dev/null +++ b/package/mac80211/patches/006-disable_ipw2x00_build.patch @@ -0,0 +1,13 @@ +--- a/drivers/net/wireless/Makefile 2008-12-28 00:20:35.000000000 +0100 ++++ b/drivers/net/wireless/Makefile 2008-12-28 00:20:49.000000000 +0100 +@@ -2,9 +2,6 @@ + # Makefile for the Linux Wireless network device drivers. + # + +-obj-$(CONFIG_IPW2100) += ipw2x00/ +-obj-$(CONFIG_IPW2200) += ipw2x00/ +- + obj-$(CONFIG_B43) += b43/ + obj-$(CONFIG_B43LEGACY) += b43legacy/ + obj-$(CONFIG_ZD1211RW) += zd1211rw/ + |