diff options
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) |