Skip to content

Commit

Permalink
kernel: 6.6: modules: lan743x: add missing dependency
Browse files Browse the repository at this point in the history
Fix error: Package kmod-lan743x is missing dependencies
for the following libraries: fixed_phy.ko

Signed-off-by: Mieczyslaw Nalewaj <[email protected]>
  • Loading branch information
namiltd committed Aug 10, 2024
1 parent 2593995 commit 9cb68c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/kernel/linux/modules/netdevices.mk
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,8 @@ $(eval $(call KernelPackage,amazon-ena))
define KernelPackage/lan743x
SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=Microchip LAN743x PCI Express Gigabit Ethernet NIC
DEPENDS:=@PCI_SUPPORT +kmod-ptp +!LINUX_5_4:kmod-mdio-devres
DEPENDS:=@PCI_SUPPORT +kmod-ptp \
+!LINUX_5_4:kmod-mdio-devres +LINUX_6_6:kmod-fixed-phy
KCONFIG:=CONFIG_LAN743X
FILES:=$(LINUX_DIR)/drivers/net/ethernet/microchip/lan743x.ko
AUTOLOAD:=$(call AutoProbe,lan743x)
Expand Down

0 comments on commit 9cb68c2

Please sign in to comment.