diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-04-29 20:23:20 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-04-29 20:23:20 +0000 |
commit | 9b359fbdbaa310c742f6df8a874f76a1e4b23fd8 (patch) | |
tree | 84249edd55c62c2f1b192088162bf5a4088dc2b0 /package/mac80211/Makefile | |
parent | be65e26a831ce0a7f9aa0a00bed6c6c75dd0386d (diff) | |
download | upstream-9b359fbdbaa310c742f6df8a874f76a1e4b23fd8.tar.gz upstream-9b359fbdbaa310c742f6df8a874f76a1e4b23fd8.tar.bz2 upstream-9b359fbdbaa310c742f6df8a874f76a1e4b23fd8.zip |
[package] mac80211: backport ath9k uninline patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15490 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 7ab65f5c69..ac65da2a86 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-03-31 - PKG_RELEASE:=1 + PKG_RELEASE:=2 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/03 \ http://wireless.kernel.org/download/compat-wireless-2.6 |