mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
add r8125
This commit is contained in:
parent
0210b66e25
commit
3b92544e83
2
external/r8125/Config.in
vendored
2
external/r8125/Config.in
vendored
@ -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
|
||||
|
2
external/r8125/r8125.hash
vendored
2
external/r8125/r8125.hash
vendored
@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 fe2420e69ae653e989e8ae754d4e3b5740d62b6e19911d88553106aaeaac97b4 r8125-99cd3bc868e4ba82a473d8efaedad04fedb0c0f7.tar.gz
|
||||
sha256 5630b47ecf44d30cfb6d5ebb5925ae0ecdd0f61d3803302711efb593f5d8eef8 r8125-a44d1347a47fe627754583fcb012b330aec01e84.tar.gz
|
||||
|
4
external/r8125/r8125.mk
vendored
4
external/r8125/r8125.mk
vendored
@ -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))
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user