mirror of
https://github.com/padavanonly/immortalwrt-mt798x.git
synced 2025-12-16 08:44:03 +00:00
i40e: build for x86 only
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
2e57f7145a
commit
1bb9e55434
@ -25,7 +25,7 @@ define KernelPackage/i40e-vendor
|
||||
SUBMENU:=Network Devices
|
||||
TITLE:=Intel(R) Ethernet Controller XL710 Family support (vendor driver)
|
||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-mdio +kmod-ptp +kmod-libphy
|
||||
DEPENDS:=@PCI_SUPPORT +kmod-mdio +kmod-ptp +kmod-libphy @TARGET_x86
|
||||
CONFLICTS:=kmod-i40e
|
||||
FILES:= \
|
||||
$(PKG_BUILD_DIR)/src/intel_auxiliary.ko \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user