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 | ab3d70a2237764cb484df94a408ad63e102dded6 (patch) | |
tree | 0bded63800f296cfc4376ce1f4dc7ee8a3a815e8 /package/mac80211/Makefile | |
parent | 299fec26a9c8c48190392d69bd2ce962eb58365d (diff) | |
download | upstream-ab3d70a2237764cb484df94a408ad63e102dded6.tar.gz upstream-ab3d70a2237764cb484df94a408ad63e102dded6.tar.bz2 upstream-ab3d70a2237764cb484df94a408ad63e102dded6.zip |
mac80211: fix GPIO pin assignment for the LEDs on the WNDR3700 board
Signed-off-by: Scott Dudley <spmsink@hotmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19745 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 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 |