diff options
| author | Jo-Philipp Wich | 2018-01-04 10:15:45 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2019-01-22 12:23:20 +0000 |
| commit | f0115b50111a1bc332fce4f0b8d073f2d97f791a (patch) | |
| tree | bdce1faa6e3f43314e7a031aa4e2a2aaa71aa92d | |
| parent | 99e5ba3207280efbf79868c5b0507c8b637bc1e2 (diff) | |
| download | openwrt-f0115b50111a1bc332fce4f0b8d073f2d97f791a.tar.gz | |
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>
(backported from commit da95c9aa17814d691a7fed6e8297fb29c5600c27)
| -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 5e57c2f0ed..8b8389406e 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -15,7 +15,7 @@ PKG_RELEASE:=1.1 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-08 PKG_SOURCE_VERSION:=9f61f7acf3845d2e09675b49fec5d783d57eb780 PKG_MIRROR_HASH:=3e70d78e92f73e0848a75cfd74762656a4172b6d71369b9e2717dc57acf39cbf @@ -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 |