diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-03 19:02:57 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-03 19:02:57 +0000 |
commit | a3caa51a07bcdaa710b51a3fa5cbea904fa3a0ba (patch) | |
tree | 4989bcf8792853af961110dc0241e22be76cc17f /package/mac80211/patches | |
parent | b53cf6a22e7a01200b39eb9321eb90b49c140106 (diff) |
[package] mac80211: update compat-wireless to 2009-01-02
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13842 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches')
-rw-r--r-- | package/mac80211/patches/006-disable_ipw2x00_build.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/mac80211/patches/006-disable_ipw2x00_build.patch b/package/mac80211/patches/006-disable_ipw2x00_build.patch index f2f26e3de8..1a5ae58d3f 100644 --- a/package/mac80211/patches/006-disable_ipw2x00_build.patch +++ b/package/mac80211/patches/006-disable_ipw2x00_build.patch @@ -1,5 +1,5 @@ ---- 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 +--- a/drivers/net/wireless/Makefile ++++ b/drivers/net/wireless/Makefile @@ -2,9 +2,6 @@ # Makefile for the Linux Wireless network device drivers. # @@ -10,4 +10,3 @@ obj-$(CONFIG_B43) += b43/ obj-$(CONFIG_B43LEGACY) += b43legacy/ obj-$(CONFIG_ZD1211RW) += zd1211rw/ - |