diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-25 19:45:51 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-25 19:45:51 +0000 |
commit | ded8355b494b9f81c131840641991f64bd74d2f8 (patch) | |
tree | 788de7917272e7a9309f6dacef7ea0ac8a7c0519 /package/mac80211/Makefile | |
parent | 098c284c6bbe872509aa3eb2ea54a1655cd74136 (diff) | |
download | upstream-ded8355b494b9f81c131840641991f64bd74d2f8.tar.gz upstream-ded8355b494b9f81c131840641991f64bd74d2f8.tar.bz2 upstream-ded8355b494b9f81c131840641991f64bd74d2f8.zip |
mac80211: add more ath9k patches
SVN-Revision: 16562
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 9b268be771..f6229a5ef3 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:=1 + PKG_RELEASE:=2 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/06 \ http://wireless.kernel.org/download/compat-wireless-2.6 |