projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab95cfc
)
apex: Remove dead URL.
author
Rosen Penev
<
[email protected]
>
Fri, 17 Aug 2018 02:38:56 +0000
(19:38 -0700)
committer
Jo-Philipp Wich
<
[email protected]
>
Tue, 18 Dec 2018 16:47:48 +0000
(17:47 +0100)
uscan errors on the URL as it is no longer available.
Also switched the download URL to HTTPS.
Signed-off-by: Rosen Penev <
[email protected]
>
(backported from
f2e1fd0f358cba7f75eb4dc90621c3e77f74927d
)
package/boot/apex/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/apex/Makefile
b/package/boot/apex/Makefile
index d90df8e58c8633ce17ae11aba20ebeda8b11f4f6..64c2426802fc648bb67a99a7db9348290ca9425e 100644
(file)
--- 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:=http
s
://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