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 | 74430f7bafa44d66b8e7347be6396190e7f26702 (patch) | |
tree | 825f780a58a5e0151a91ab02ec3c363e2deb323c /package/mac80211/Makefile | |
parent | 0962dfabb8959daa8ee2939d8baf6f2efdd4e99b (diff) | |
download | upstream-74430f7bafa44d66b8e7347be6396190e7f26702.tar.gz upstream-74430f7bafa44d66b8e7347be6396190e7f26702.tar.bz2 upstream-74430f7bafa44d66b8e7347be6396190e7f26702.zip |
[package] mac80211: add more ath9k patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16967 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |