diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-07-15 07:36:55 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-07-15 07:36:55 +0000 |
commit | 3f4e29691e8a08fd52016eadd42a99de3b4212e4 (patch) | |
tree | f974aa16acd326620cf0b678893ad076a7304dd0 /package/mac80211/Makefile | |
parent | 95e09cccd837ee04c9c8ae8f94425def176de8f7 (diff) | |
download | mtk-20170518-3f4e29691e8a08fd52016eadd42a99de3b4212e4.zip mtk-20170518-3f4e29691e8a08fd52016eadd42a99de3b4212e4.tar.gz mtk-20170518-3f4e29691e8a08fd52016eadd42a99de3b4212e4.tar.bz2 |
ath5k: in-flash macs and eeprom for mach-eap7660d
This adds ath5k_platform.h to mac80211 and patches ath5k to respect
MAC addresses and eeprom content from platform_data, if supplied.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
SVN-Revision: 22188
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 51ac769..11a9202 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2010-07-06 -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 |