diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-20 08:55:27 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-20 08:55:27 +0000 |
commit | b91abeede47da1ed71f54d109d69339e5715a081 (patch) | |
tree | f42db299d819488f19172787dd33e9d6f9f78810 /package/mac80211/patches/006-disable_ipw2x00_build.patch | |
parent | 68e36eb6b329a26ec59bb8d68c6e317a91d44b75 (diff) |
[package] mac80211: update compat-wireless to 2009-02-19
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14572 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/006-disable_ipw2x00_build.patch')
-rw-r--r-- | package/mac80211/patches/006-disable_ipw2x00_build.patch | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/package/mac80211/patches/006-disable_ipw2x00_build.patch b/package/mac80211/patches/006-disable_ipw2x00_build.patch index 1a5ae58d3f..3a6b4c204f 100644 --- a/package/mac80211/patches/006-disable_ipw2x00_build.patch +++ b/package/mac80211/patches/006-disable_ipw2x00_build.patch @@ -1,12 +1,11 @@ --- a/drivers/net/wireless/Makefile +++ b/drivers/net/wireless/Makefile -@@ -2,9 +2,6 @@ +@@ -2,8 +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/ + + obj-$(CONFIG_AT76C50X_USB) += at76c50x-usb.o + |