[openwrt/openwrt] kernel: modules: add missing kmod-ptp for lan743x

LEDE Commits lede-commits at lists.infradead.org
Thu Mar 9 01:29:52 PST 2023


981213 pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/f30757b94e6f0b0a547b4932eb97e550f0bffe3d

commit f30757b94e6f0b0a547b4932eb97e550f0bffe3d
Author: Chuanhong Guo <gch981213 at gmail.com>
AuthorDate: Thu Mar 9 17:24:43 2023 +0800

    kernel: modules: add missing kmod-ptp for lan743x
    
    Fixes: 3e9005546a ("kernel: modules: package Microchip LAN743x PCIe gigE driver")
    Signed-off-by: Chuanhong Guo <gch981213 at gmail.com>
---
 package/kernel/linux/modules/netdevices.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index acab054b0b..6ab797de94 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -1527,7 +1527,7 @@ $(eval $(call KernelPackage,atlantic))
 define KernelPackage/lan743x
   SUBMENU:=$(NETWORK_DEVICES_MENU)
   TITLE:=Microchip LAN743x PCI Express Gigabit Ethernet NIC
-  DEPENDS:=@PCI_SUPPORT
+  DEPENDS:=@PCI_SUPPORT +kmod-ptp
   KCONFIG:=CONFIG_LAN743X
   FILES:=$(LINUX_DIR)/drivers/net/ethernet/microchip/lan743x.ko
   AUTOLOAD:=$(call AutoProbe,lan743x)




More information about the lede-commits mailing list