[openwrt/openwrt] kernel: r8168/r8125/r8126: update PKG_SOURCE_URL
LEDE Commits
lede-commits at lists.infradead.org
Fri Aug 16 11:39:56 PDT 2024
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/8208d36220d48760f06157c8a24ab385a69de0f0
commit 8208d36220d48760f06157c8a24ab385a69de0f0
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Fri Aug 16 20:37:41 2024 +0200
kernel: r8168/r8125/r8126: update PKG_SOURCE_URL
r8168, r8125 and r8126 have been transferred from https://github.com/noltari to
https://github.com/openwrt.
The old URL should still work after the transfer, but let's update it anyway.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
package/kernel/r8125/Makefile | 2 +-
package/kernel/r8126/Makefile | 2 +-
package/kernel/r8168/Makefile | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/kernel/r8125/Makefile b/package/kernel/r8125/Makefile
index f0bdabae7c..0b78154c01 100644
--- a/package/kernel/r8125/Makefile
+++ b/package/kernel/r8125/Makefile
@@ -5,7 +5,7 @@ PKG_VERSION:=9.013.02
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://github.com/Noltari/rtl8125/releases/download/$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/openwrt/rtl8125/releases/download/$(PKG_VERSION)
PKG_HASH:=d36410ee99c956f250d9cd08340d8c36567d190f420a8ee128ff6e51225aac0c
PKG_BUILD_PARALLEL:=1
diff --git a/package/kernel/r8126/Makefile b/package/kernel/r8126/Makefile
index 2a7672ed88..691f5a2d97 100644
--- a/package/kernel/r8126/Makefile
+++ b/package/kernel/r8126/Makefile
@@ -5,7 +5,7 @@ PKG_VERSION:=10.013.00
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://github.com/Noltari/rtl8126/releases/download/$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/openwrt/rtl8126/releases/download/$(PKG_VERSION)
PKG_HASH:=b41bda6ff3bbb7d9bc5b81c5c21355f031587d3a3a5862abcd4d766e942272e7
PKG_BUILD_PARALLEL:=1
diff --git a/package/kernel/r8168/Makefile b/package/kernel/r8168/Makefile
index 850e5c544e..4279399282 100644
--- a/package/kernel/r8168/Makefile
+++ b/package/kernel/r8168/Makefile
@@ -5,7 +5,7 @@ PKG_VERSION:=8.053.00
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://github.com/Noltari/rtl8168/releases/download/$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/openwrt/rtl8168/releases/download/$(PKG_VERSION)
PKG_HASH:=52f1e6200672b598a04d4ac21ac92a8a9e128b38208c7b03a464bfa93bbfcc8f
PKG_BUILD_PARALLEL:=1
More information about the lede-commits
mailing list