diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-05-07 01:28:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-05-07 01:28:52 +0000 |
commit | 652e8521147951bf7256e5e74db8ec5f835d415a (patch) | |
tree | 80be5aa655bbbb851d5afb505f10a6565f74bb2c /package | |
parent | 561f592884e01bc1c43ddfb1c99cb411c1ee9f16 (diff) | |
download | master-187ad058-652e8521147951bf7256e5e74db8ec5f835d415a.tar.gz master-187ad058-652e8521147951bf7256e5e74db8ec5f835d415a.tar.bz2 master-187ad058-652e8521147951bf7256e5e74db8ec5f835d415a.zip |
apex: change Source URL for Apex package
As both of the PKG_SOURCE_URLs within the Apex Makefile appear to be no
longer functional, this patch changes the source URL to the OpenWRT
downloads page. Apologies for resubmitting, but there was a syntax error
in the previous patch ( http://patchwork.openwrt.org/patch/5025 ).
Signed-off-by: Riley Baird <orthogonal@librewrt.org>
[florian: unmangle patch, fix subject]
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40718 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/boot/apex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/boot/apex/Makefile b/package/boot/apex/Makefile index f17118e46c..1a1ab1b28b 100644 --- a/package/boot/apex/Makefile +++ b/package/boot/apex/Makefile @@ -12,8 +12,7 @@ PKG_VERSION:=1.6.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.buici.com/pub/apex/ \ - ftp://metalab.unc.edu/pub/Linux/system/boot/apex/ +PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ PKG_MD5SUM:=9606cf2e3fd2c9a86fe0b61388509a30 PKG_TARGETS:=bin |