From 0bbea7cd4ea0ca47d892c47e4d1143786b8f5bcb Mon Sep 17 00:00:00 2001 From: Ing Date: Sat, 10 Jun 2023 19:57:37 +0800 Subject: [PATCH] add r8125 --- external/r8125/Config.in | 2 +- external/r8125/r8125.hash | 2 +- external/r8125/r8125.mk | 4 ++-- files/configs/arpl_defconfig | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/external/r8125/Config.in b/external/r8125/Config.in index cb86c537..c6af87ac 100644 --- a/external/r8125/Config.in +++ b/external/r8125/Config.in @@ -4,7 +4,7 @@ config BR2_PACKAGE_R8125 help A standalone driver for the RTL8125 Ethernet adapter. - https://github.com/fbelavenuto/r8125 + https://github.com/wjz304/r8125 comment "r8125 needs a Linux kernel to be built" depends on !BR2_LINUX_KERNEL diff --git a/external/r8125/r8125.hash b/external/r8125/r8125.hash index 9e5d0a02..6a722e4b 100644 --- a/external/r8125/r8125.hash +++ b/external/r8125/r8125.hash @@ -1,2 +1,2 @@ # Locally computed -sha256 fe2420e69ae653e989e8ae754d4e3b5740d62b6e19911d88553106aaeaac97b4 r8125-99cd3bc868e4ba82a473d8efaedad04fedb0c0f7.tar.gz +sha256 5630b47ecf44d30cfb6d5ebb5925ae0ecdd0f61d3803302711efb593f5d8eef8 r8125-a44d1347a47fe627754583fcb012b330aec01e84.tar.gz diff --git a/external/r8125/r8125.mk b/external/r8125/r8125.mk index 2b588442..b3e7ecba 100644 --- a/external/r8125/r8125.mk +++ b/external/r8125/r8125.mk @@ -4,8 +4,8 @@ # ################################################################################ -R8125_VERSION = 99cd3bc868e4ba82a473d8efaedad04fedb0c0f7 -R8125_SITE = $(call github,fbelavenuto,r8125,$(R8125_VERSION)) +R8125_VERSION = a44d1347a47fe627754583fcb012b330aec01e84 +R8125_SITE = $(call github,wjz304,r8125,$(R8125_VERSION)) R8125_LICENSE = GPL-2.0 $(eval $(kernel-module)) diff --git a/files/configs/arpl_defconfig b/files/configs/arpl_defconfig index 56cba76b..77fa88f6 100644 --- a/files/configs/arpl_defconfig +++ b/files/configs/arpl_defconfig @@ -112,4 +112,4 @@ BR2_PACKAGE_HOST_E2FSPROGS=y # ARPL external packages (in /root/arpl-i18n/external) # # BR2_PACKAGE_R8168 is not set -# BR2_PACKAGE_R8125 is not set +BR2_PACKAGE_R8125=y