diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-01-04 11:15:45 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-01-04 13:44:42 +0100 |
commit | da95c9aa17814d691a7fed6e8297fb29c5600c27 (patch) | |
tree | a9e456cf3cd05cffab8eef7d463fc23615e69a42 | |
parent | f839ad685b134504932e02ee77217b76e3963ffc (diff) | |
download | upstream-da95c9aa17814d691a7fed6e8297fb29c5600c27.tar.gz upstream-da95c9aa17814d691a7fed6e8297fb29c5600c27.tar.bz2 upstream-da95c9aa17814d691a7fed6e8297fb29c5600c27.zip |
opkg: switch source url to git.openwrt.org
As LEDE is rebranding to OpenWrt now, adjust the Git source references
accordingly.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | package/system/opkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 76557f3c34..f00e574de0 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=2 PKG_FLAGS:=essential PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://git.lede-project.org/project/opkg-lede.git +PKG_SOURCE_URL:=https://git.openwrt.org/project/opkg-lede.git PKG_SOURCE_DATE:=2017-12-07 PKG_SOURCE_VERSION:=3b417b9f41b4ceb5912d82f867dd5534e5675b5c PKG_MIRROR_HASH:=1c9c21e56186345d0034d15051c1d9c5ebb5aa6658d6ae8886d8403207a914a3 @@ -43,7 +43,7 @@ define Package/opkg CATEGORY:=Base system TITLE:=opkg package manager DEPENDS:=+uclient-fetch +libpthread +libubox - URL:=https://git.lede-project.org/?p=project/opkg-lede.git + URL:=$(PKG_SOURCE_URL) MENU:=1 endef |