Skip to content
Snippets Groups Projects
Commit 6cab21bd authored by Hauke Mehrtens's avatar Hauke Mehrtens
Browse files

kernel: Make kmod-usb-net-lan78xx depend on kmod-of-mdio


kmod-usb-net-lan78xx depends on kmod-of-mdio when this package is
activated.

Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
parent 8c1a84aa
No related branches found
No related tags found
No related merge requests found
......@@ -1203,7 +1203,7 @@ $(eval $(call KernelPackage,usb-net-kaweth))
define KernelPackage/usb-net-lan78xx
TITLE:=USB-To-Ethernet Microchip LAN78XX convertors
DEPENDS:=+kmod-fixed-phy +kmod-phy-microchip
DEPENDS:=+kmod-fixed-phy +kmod-phy-microchip +PACKAGE_kmod-of-mdio:kmod-of-mdio
KCONFIG:=CONFIG_USB_LAN78XX
FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/lan78xx.ko
AUTOLOAD:=$(call AutoProbe,lan78xx)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment