[openwrt/openwrt] kernel: 6.6: modules: netdevices: lan743x: add missing dependency

LEDE Commits lede-commits at lists.infradead.org
Wed Apr 3 23:56:22 PDT 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7e5cf372a480e4eda419e8ffac38164bcd0d54ea

commit 7e5cf372a480e4eda419e8ffac38164bcd0d54ea
Author: Mieczyslaw Nalewaj <namiltd at yahoo.com>
AuthorDate: Tue Apr 2 08:23:46 2024 +0200

    kernel: 6.6: modules: netdevices: lan743x: add missing dependency
    
    Fix error: Package kmod-lan743x is missing dependencies for the following libraries:
    fixed_phy.ko
    
    Signed-off-by: Mieczyslaw Nalewaj <namiltd at yahoo.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 9fdbdc9ec7..906f866a6b 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -1742,7 +1742,7 @@ $(eval $(call KernelPackage,atlantic))
 define KernelPackage/lan743x
   SUBMENU:=$(NETWORK_DEVICES_MENU)
   TITLE:=Microchip LAN743x PCI Express Gigabit Ethernet NIC
-  DEPENDS:=@PCI_SUPPORT +kmod-ptp +kmod-mdio-devres
+  DEPENDS:=@PCI_SUPPORT +kmod-ptp +kmod-mdio-devres +!LINUX_6_1:kmod-fixed-phy
   KCONFIG:=CONFIG_LAN743X
   FILES:=$(LINUX_DIR)/drivers/net/ethernet/microchip/lan743x.ko
   AUTOLOAD:=$(call AutoProbe,lan743x)




More information about the lede-commits mailing list