diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 18:01:03 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-28 18:01:03 +0000 |
commit | becedde3f1ec42dc99dce12c34c3e0f562f7b4d9 (patch) | |
tree | 4530213258efc17fb2757f70dc5aef04b3d94541 /package/mac80211/Makefile | |
parent | 756b6fdbf312b441202cfef5883304a0579db8a9 (diff) | |
download | upstream-becedde3f1ec42dc99dce12c34c3e0f562f7b4d9.tar.gz upstream-becedde3f1ec42dc99dce12c34c3e0f562f7b4d9.tar.bz2 upstream-becedde3f1ec42dc99dce12c34c3e0f562f7b4d9.zip |
mac80211: use mac address from platform data if present on ath9k
SVN-Revision: 18584
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 5eaf77bdab..4ee955574e 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2009-11-21 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/11 \ http://wireless.kernel.org/download/compat-wireless-2.6 |