mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Fix aquantia only for 5.4
This commit is contained in:
parent
ccead6d656
commit
fceb367f72
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ endef
|
|||
define KernelPackage/atlantic
|
||||
SUBMENU:=Network Devices
|
||||
TITLE:=aQuantia AQtion(tm) Support
|
||||
DEPENDS:=@PCI_SUPPORT @TARGET_x86_64 +kmod-i2c-core +kmod-i2c-algo-bit +kmod-ptp +kmod-phy-aquantia
|
||||
DEPENDS:=@PCI_SUPPORT @TARGET_x86_64 @KERNEL_5_4 +kmod-i2c-core +kmod-i2c-algo-bit +kmod-ptp +kmod-phy-aquantia
|
||||
KCONFIG:=CONFIG_AQTION
|
||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/aquantia/atlantic/atlantic.ko
|
||||
AUTOLOAD:=$(call AutoProbe,atlantic)
|
||||
|
|
Loading…
Reference in a new issue