diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-01-06 13:07:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-01-06 13:07:20 +0000 |
commit | ae4798386341050148a3dac370d038f43e8b4a6c (patch) | |
tree | 4bc4082194e690d79366769a6c762c8d82a07a70 /package | |
parent | 60de55965dc46a3201e2f967f817578e6f629d58 (diff) | |
download | upstream-ae4798386341050148a3dac370d038f43e8b4a6c.tar.gz upstream-ae4798386341050148a3dac370d038f43e8b4a6c.tar.bz2 upstream-ae4798386341050148a3dac370d038f43e8b4a6c.zip |
Mirror source tarball to openwrt.org (#2983)
SVN-Revision: 10133
Diffstat (limited to 'package')
-rw-r--r-- | package/wpa_supplicant/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wpa_supplicant/Makefile b/package/wpa_supplicant/Makefile index 2222da0921..a178e77b63 100644 --- a/package/wpa_supplicant/Makefile +++ b/package/wpa_supplicant/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=0.5.9 PKG_RELEASE:=1 PKG_MD5SUM:=390e46066fa96ef9ba8e2dd63fca5aa0 -PKG_SOURCE_URL:=http://hostap.epitest.fi/releases +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz include $(INCLUDE_DIR)/package.mk |