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 <hauke@hauke-m.de>
This commit is contained in:
		
				
					committed by
					
						
						Koen Vandeputte
					
				
			
			
				
	
			
			
			
						parent
						
							21adbfd81f
						
					
				
				
					commit
					59f2814c09
				
			@@ -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 \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user