diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-07-24 15:46:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-07-24 15:46:36 +0000 |
commit | 264ac83490d1c9844acc677af43b3a0de8868a30 (patch) | |
tree | f064096898d29e9ea023fc153a903c9585aedfb4 /package/mac80211/Makefile | |
parent | ffc1fefe2cc6c65407b3e23f116a960c6643abd2 (diff) | |
download | upstream-264ac83490d1c9844acc677af43b3a0de8868a30.tar.gz upstream-264ac83490d1c9844acc677af43b3a0de8868a30.tar.bz2 upstream-264ac83490d1c9844acc677af43b3a0de8868a30.zip |
mac80211: add more ath9k patches
SVN-Revision: 16967
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index c9b2c52a50..ac8f63a91c 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -18,7 +18,7 @@ ifneq ($(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_23)$(CONFIG_LINUX_2_6_24)$(CONFI PATCH_DIR:=./patches-old else PKG_VERSION:=2009-06-25 - PKG_RELEASE:=2 + PKG_RELEASE:=3 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/06 \ http://wireless.kernel.org/download/compat-wireless-2.6 |