Advertisement
Guest User

Untitled

a guest
Jan 19th, 2022
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ubuntu@arm1:~/openwrt$ git diff
  2. diff --git a/package/kernel/linux/modules/usb.mk b/package/kernel/linux/modules/usb.mk
  3. index 9671b80333..879b74d98e 100644
  4. --- a/package/kernel/linux/modules/usb.mk
  5. +++ b/package/kernel/linux/modules/usb.mk
  6. @@ -1203,7 +1203,7 @@ $(eval $(call KernelPackage,usb-net-kaweth))
  7.  
  8. define KernelPackage/usb-net-lan78xx
  9. TITLE:=USB-To-Ethernet Microchip LAN78XX convertors
  10. - DEPENDS:=+kmod-fixed-phy +kmod-phy-microchip
  11. + DEPENDS:=+kmod-fixed-phy +kmod-phy-microchip +kmod-of-mdio
  12. KCONFIG:=CONFIG_USB_LAN78XX
  13. FILES:=$(LINUX_DIR)/drivers/$(USBNET_DIR)/lan78xx.ko
  14. AUTOLOAD:=$(call AutoProbe,lan78xx)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement