diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-11-27 21:21:28 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-11-27 21:21:28 +0000 |
commit | 5180ca317c94acb38ddcece901ac5d27c5911233 (patch) | |
tree | 0757aab1286bf7b22c4d685396f897e33981a2ff /package/mac80211/Makefile | |
parent | 27d58c3312dbbeeb9a8c562a1b2f784e31aa0364 (diff) | |
download | upstream-5180ca317c94acb38ddcece901ac5d27c5911233.tar.gz upstream-5180ca317c94acb38ddcece901ac5d27c5911233.tar.bz2 upstream-5180ca317c94acb38ddcece901ac5d27c5911233.zip |
mac80211: fix a typo in the mac80211.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18567 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 6fb2b23141..9440ca6a18 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:=3 +PKG_RELEASE:=4 PKG_SOURCE_URL:= \ http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/11 \ http://wireless.kernel.org/download/compat-wireless-2.6 |