From: Hauke Mehrtens Date: Sun, 23 Feb 2020 15:39:30 +0000 (+0100) Subject: kernel: Make kmod-ixgbe depend on kmod-libphy X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=59f2814c095883d2058361f4c19bc8eaa384efa8;p=oweals%2Fopenwrt.git kernel: Make kmod-ixgbe depend on kmod-libphy With kernel 5.4 kmod-ixgbe is depending on kmod-libphy, add this missing dependency. Signed-off-by: Hauke Mehrtens --- diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk index cda453e1bb..5fae027417 100644 --- a/package/kernel/linux/modules/netdevices.mk +++ b/package/kernel/linux/modules/netdevices.mk @@ -666,7 +666,7 @@ $(eval $(call KernelPackage,igbvf)) define KernelPackage/ixgbe SUBMENU:=$(NETWORK_DEVICES_MENU) TITLE:=Intel(R) 82598/82599 PCI-Express 10 Gigabit Ethernet support - DEPENDS:=@PCI_SUPPORT +kmod-mdio +kmod-ptp +kmod-hwmon-core + DEPENDS:=@PCI_SUPPORT +kmod-mdio +kmod-ptp +kmod-hwmon-core +LINUX_5_4:kmod-libphy KCONFIG:=CONFIG_IXGBE \ CONFIG_IXGBE_VXLAN=n \ CONFIG_IXGBE_HWMON=y \