diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 20:35:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-25 20:35:58 +0000 |
commit | 3662ae4e389bbd93fadf09d213c4e9a12fa097ad (patch) | |
tree | b5631bea4b7e1ef8ac56d2584bdfd467a016da29 /package/mac80211/Makefile | |
parent | 22dbc6d993078d768e05db710ab810854f40f017 (diff) | |
download | upstream-3662ae4e389bbd93fadf09d213c4e9a12fa097ad.tar.gz upstream-3662ae4e389bbd93fadf09d213c4e9a12fa097ad.tar.bz2 upstream-3662ae4e389bbd93fadf09d213c4e9a12fa097ad.zip |
package/mac80211: disable 2GHz band for 5GHz only devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18537 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 2da34badac..62903e2665 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:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/11 \ http://wireless.kernel.org/download/compat-wireless-2.6 |