aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux
diff options
context:
space:
mode:
authorMieczyslaw Nalewaj <namiltd@yahoo.com>2024-04-02 08:23:46 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-04 08:56:10 +0200
commit7e5cf372a480e4eda419e8ffac38164bcd0d54ea (patch)
tree08c0b760cc592c6d8d5b70adfb61754f8fa30c55 /package/kernel/linux
parent77e03f3c833a51858b16d923e1abcbd82de1e90c (diff)
downloadupstream-7e5cf372a480e4eda419e8ffac38164bcd0d54ea.tar.gz
upstream-7e5cf372a480e4eda419e8ffac38164bcd0d54ea.tar.bz2
upstream-7e5cf372a480e4eda419e8ffac38164bcd0d54ea.zip
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@yahoo.com>
Diffstat (limited to 'package/kernel/linux')
-rw-r--r--package/kernel/linux/modules/netdevices.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index 9fdbdc9ec7a..906f866a6b1 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)