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 | 1fb365068d603a06fb92610954a7db2387b00146 (patch) | |
tree | 8504db9b7eeab55800ed8b7152dff49810a40d26 /package/mac80211/Makefile | |
parent | c5002e5a21e6dc95e7759ada12b88940c50996bf (diff) | |
download | upstream-1fb365068d603a06fb92610954a7db2387b00146.tar.gz upstream-1fb365068d603a06fb92610954a7db2387b00146.tar.bz2 upstream-1fb365068d603a06fb92610954a7db2387b00146.zip |
[packages] mac80211: add more ath9k patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16562 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 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 |