projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e8b4be
)
admswconfig: Remove dead URL + HTTPS
author
Rosen Penev
<
[email protected]
>
Sun, 29 Jul 2018 17:02:08 +0000
(10:02 -0700)
committer
John Crispin
<
[email protected]
>
Mon, 30 Jul 2018 08:35:11 +0000
(10:35 +0200)
Found using uscan.
Signed-off-by: Rosen Penev <
[email protected]
>
package/utils/admswconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/admswconfig/Makefile
b/package/utils/admswconfig/Makefile
index 0524949dde845a2fc9500eeb7347a56defea9458..b2a163248a5d80f66c5f13aa337bbc12aadd3411 100644
(file)
--- a/
package/utils/admswconfig/Makefile
+++ b/
package/utils/admswconfig/Makefile
@@
-12,7
+12,7
@@
PKG_VERSION:=0.1
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:=37b4409ea2105520b4a7327e53c3210251000ddf58f81a8e4c19e6ff9d615afe
PKG_FLAGS:=nonshared
@@
-24,7
+24,6
@@
define Package/admswconfig
CATEGORY:=Utilities
TITLE:=ADM5120 Switch configuration tool
DEPENDS:=@TARGET_adm5120
- URL:=http://sharon.esrac.ele.tue.nl/users/pe1rxq/linux-adm/admswconfig/
MAINTAINER:=Florian Fainelli <
[email protected]
>
endef