mirror of
https://github.com/coolsnowwolf/lede
synced 2025-04-04 22:53:59 +08:00
kernel: usb: simplify r8152 dependencies
It doesn't depend on either usb-net or usb-net-cdc-ncm. It does, however, depend on mii. Fix thusly, and make it depend explicitly on usb, not usb-net. While at it, add a conditional dependency on libphy, for future kernel versions. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
parent
129f2e50f1
commit
8808906a7d
@ -1439,11 +1439,11 @@ $(eval $(call KernelPackage,usb-net-rtl8150))
|
||||
|
||||
define KernelPackage/usb-net-rtl8152
|
||||
TITLE:=Kernel module for USB-to-Ethernet Realtek convertors
|
||||
DEPENDS:=+r8152-firmware +kmod-crypto-sha256 +kmod-usb-net-cdc-ncm
|
||||
DEPENDS:=+r8152-firmware +kmod-crypto-sha256 +kmod-mii
|
||||
KCONFIG:=CONFIG_USB_RTL8152
|
||||
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/r8152.ko
|
||||
AUTOLOAD:=$(call AutoProbe,r8152)
|
||||
$(call AddDepends/usb-net, +LINUX_5_10:kmod-crypto-hash)
|
||||
$(call AddDepends/usb, +LINUX_5_10:kmod-crypto-hash)
|
||||
endef
|
||||
|
||||
define KernelPackage/usb-net-rtl8152/description
|
||||
|
Loading…
x
Reference in New Issue
Block a user