add r8125

This commit is contained in:
Ing 2023-06-10 19:57:37 +08:00
parent 347460be94
commit 0bbea7cd4e
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ config BR2_PACKAGE_R8125
help help
A standalone driver for the RTL8125 Ethernet adapter. 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" comment "r8125 needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL depends on !BR2_LINUX_KERNEL

View File

@ -1,2 +1,2 @@
# Locally computed # Locally computed
sha256 fe2420e69ae653e989e8ae754d4e3b5740d62b6e19911d88553106aaeaac97b4 r8125-99cd3bc868e4ba82a473d8efaedad04fedb0c0f7.tar.gz sha256 5630b47ecf44d30cfb6d5ebb5925ae0ecdd0f61d3803302711efb593f5d8eef8 r8125-a44d1347a47fe627754583fcb012b330aec01e84.tar.gz

View File

@ -4,8 +4,8 @@
# #
################################################################################ ################################################################################
R8125_VERSION = 99cd3bc868e4ba82a473d8efaedad04fedb0c0f7 R8125_VERSION = a44d1347a47fe627754583fcb012b330aec01e84
R8125_SITE = $(call github,fbelavenuto,r8125,$(R8125_VERSION)) R8125_SITE = $(call github,wjz304,r8125,$(R8125_VERSION))
R8125_LICENSE = GPL-2.0 R8125_LICENSE = GPL-2.0
$(eval $(kernel-module)) $(eval $(kernel-module))

View File

@ -112,4 +112,4 @@ BR2_PACKAGE_HOST_E2FSPROGS=y
# ARPL external packages (in /root/arpl-i18n/external) # ARPL external packages (in /root/arpl-i18n/external)
# #
# BR2_PACKAGE_R8168 is not set # BR2_PACKAGE_R8168 is not set
# BR2_PACKAGE_R8125 is not set BR2_PACKAGE_R8125=y