mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-23 07:31:55 +04:00
kernel/r8169: provide a virtual kmod
Switch r8169 and related kmods to use the new virtual kmod provides semantic and mark r8169 as the default variant. Signed-off-by: George Sapkin <george@sapk.in> Link: https://github.com/openwrt/openwrt/pull/21288 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
d75a6bed7a
commit
01fa50b774
@@ -21,7 +21,7 @@ define KernelPackage/r8127
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-libphy
|
||||
FILES:=$(PKG_BUILD_DIR)/src/r8127.ko
|
||||
AUTOLOAD:=$(call AutoProbe,r8127,1)
|
||||
PROVIDES:=kmod-r8169
|
||||
PROVIDES:=@kmod-r8169-any
|
||||
VARIANT:=regular
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user