Adding buildroot external tree

Adding r8125 and r8168 driver for loader
This commit is contained in:
Fabio Belavenuto
2022-07-06 17:33:39 -03:00
parent 20e6a1b030
commit 51b4d1666e
14 changed files with 62 additions and 5 deletions

12
external/r8168/r8168.mk vendored Normal file
View File

@@ -0,0 +1,12 @@
################################################################################
#
# r8168
#
################################################################################
R8168_VERSION = 52c98bd764e6dd22ff17876afa655e9e11237cc9
R8168_SITE = $(call github,fbelavenuto,r8168,$(R8168_VERSION))
R8168_LICENSE = GPL-2.0
$(eval $(kernel-module))
$(eval $(generic-package))