mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +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
|
define KernelPackage/atlantic
|
||||||
SUBMENU:=Network Devices
|
SUBMENU:=Network Devices
|
||||||
TITLE:=aQuantia AQtion(tm) Support
|
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
|
KCONFIG:=CONFIG_AQTION
|
||||||
FILES:=$(LINUX_DIR)/drivers/net/ethernet/aquantia/atlantic/atlantic.ko
|
FILES:=$(LINUX_DIR)/drivers/net/ethernet/aquantia/atlantic/atlantic.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,atlantic)
|
AUTOLOAD:=$(call AutoProbe,atlantic)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue