diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:03:21 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 05:03:21 (GMT) |
commit | ac88a44561cdacab1a68d883cfb3f39ca1123bdc (patch) | |
tree | 4b1cddaaae43b285bd23385f8e1c345c76d04907 /abs/core-testing/ipw3945/2.6.18-compile.patch | |
parent | 6b7787e2888c289773c7999860ddd940c71e08b3 (diff) | |
download | linhes_pkgbuild-ac88a44561cdacab1a68d883cfb3f39ca1123bdc.zip linhes_pkgbuild-ac88a44561cdacab1a68d883cfb3f39ca1123bdc.tar.gz linhes_pkgbuild-ac88a44561cdacab1a68d883cfb3f39ca1123bdc.tar.bz2 |
remove outdated ipw3945 driver
Diffstat (limited to 'abs/core-testing/ipw3945/2.6.18-compile.patch')
-rw-r--r-- | abs/core-testing/ipw3945/2.6.18-compile.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/core-testing/ipw3945/2.6.18-compile.patch b/abs/core-testing/ipw3945/2.6.18-compile.patch deleted file mode 100644 index ef0c920..0000000 --- a/abs/core-testing/ipw3945/2.6.18-compile.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile~ 2006-06-24 01:35:00.000000000 +0200 -+++ Makefile 2006-08-28 13:29:15.000000000 +0200 -@@ -93,7 +93,7 @@ - IEEE80211_API := $(shell [[ "$(IEEE80211_VER)" == 1.1.14* ]] && \ - { echo "2" ; } || \ - { ver=$(IEEE80211_VER); ver=$${ver\#*.} ; echo $${ver%.*} ; }) -- EXTRA_CFLAGS += -DIEEE80211_API_VERSION=$(IEEE80211_API) -+ EXTRA_CFLAGS += -DIEEE80211_API_VERSION=2 - endif - - ifeq ($(CONFIG_IPW3945_DEBUG),y) |