diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-11 23:11:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-11 23:11:39 +0000 |
commit | 31e93d467c068b07cc38e6b5ad0445baadbdd72b (patch) | |
tree | 14cecc48c28927bade7304fc879d47213552a8f9 /package/mac80211/Makefile | |
parent | 9ae6129829a683f36dee5e7651714700e47f26bc (diff) | |
download | mtk-20170518-31e93d467c068b07cc38e6b5ad0445baadbdd72b.zip mtk-20170518-31e93d467c068b07cc38e6b5ad0445baadbdd72b.tar.gz mtk-20170518-31e93d467c068b07cc38e6b5ad0445baadbdd72b.tar.bz2 |
mac80211: fix download url (#5980)
SVN-Revision: 18040
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 cb0ab39..2fe2bfb 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -13,7 +13,7 @@ PKG_NAME:=mac80211 PKG_VERSION:=2009-10-09 PKG_RELEASE:=1 PKG_SOURCE_URL:= \ - http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/09 \ + http://www.orbit-lab.org/kernel/compat-wireless-2.6/2009/10 \ http://wireless.kernel.org/download/compat-wireless-2.6 PKG_MD5SUM:=15c310560765cbc35ed930fb0e815284 |