diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-10-05 14:10:32 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-10-05 14:10:32 +0000 |
commit | 25a71a59aec292f177224f2d5f6567a3362ef9b0 (patch) | |
tree | e1b2c93110e2e0f3cdc4f30513866d17325ca718 /package/mac80211/Makefile | |
parent | c74849709f22c0efbeb7925e23dbf9ca01b303ca (diff) | |
download | upstream-25a71a59aec292f177224f2d5f6567a3362ef9b0.tar.gz upstream-25a71a59aec292f177224f2d5f6567a3362ef9b0.tar.bz2 upstream-25a71a59aec292f177224f2d5f6567a3362ef9b0.zip |
mac80211: ath9k: get tx gain type from eeprom
SVN-Revision: 23242
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 f65a823bd8..b6448402b0 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2010-09-28 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources # http://www.orbit-lab.org/kernel/compat-wireless-2.6/2010/11 \ # http://wireless.kernel.org/download/compat-wireless-2.6 |