diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-16 19:38:56 -0700 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-08-22 11:21:53 +0200 |
commit | f2e1fd0f358cba7f75eb4dc90621c3e77f74927d (patch) | |
tree | 925d9a8eefca0ea9b0718eec919bc104f4d1ac91 /package/boot/apex | |
parent | 318e19ba6755105bb6cc19937d8fff26cbd2cc6f (diff) | |
download | upstream-f2e1fd0f358cba7f75eb4dc90621c3e77f74927d.tar.gz upstream-f2e1fd0f358cba7f75eb4dc90621c3e77f74927d.tar.bz2 upstream-f2e1fd0f358cba7f75eb4dc90621c3e77f74927d.zip |
apex: Remove dead URL.
uscan errors on the URL as it is no longer available.
Also switched the download URL to HTTPS.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'package/boot/apex')
-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 d90df8e58c..64c2426802 100644 --- a/package/boot/apex/Makefile +++ b/package/boot/apex/Makefile @@ -13,7 +13,7 @@ PKG_VERSION:=1.6.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://downloads.openwrt.org/sources/ +PKG_SOURCE_URL:=https://downloads.openwrt.org/sources/ PKG_HASH:=1d2bc04c2c6bb3d2d6c1916b6dc559cda2b1ecb045d7801fd49af6af4234abeb PKG_TARGETS:=bin @@ -27,7 +27,6 @@ define Package/apex DEPENDS:=@TARGET_ixp4xx DEFAULT:=y TITLE:=Boot loader for NSLU2, FSG3, NAS100D and others - URL:=http://wiki.buici.com/wiki/Apex_Bootloader endef define build_apex |