diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-02-19 11:52:22 +0000 |
commit | a71b06ad65810e7766dc727e157da179d5a2afef (patch) | |
tree | fcdefa9029f5b733b74b3c0385b92d8450f89dc9 /package/mac80211/Makefile | |
parent | da5cacba76f4a3658de9d960e074ceb99a532f44 (diff) | |
download | upstream-a71b06ad65810e7766dc727e157da179d5a2afef.tar.gz upstream-a71b06ad65810e7766dc727e157da179d5a2afef.tar.bz2 upstream-a71b06ad65810e7766dc727e157da179d5a2afef.zip |
mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com>
SVN-Revision: 19745
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 1bc4182a41..d8fb260e55 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2010-02-16 -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 |