i40e: build for x86 only

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2022-12-30 11:03:29 +08:00
parent 2e57f7145a
commit 1bb9e55434

View File

@@ -25,7 +25,7 @@ define KernelPackage/i40e-vendor
SUBMENU:=Network Devices SUBMENU:=Network Devices
TITLE:=Intel(R) Ethernet Controller XL710 Family support (vendor driver) TITLE:=Intel(R) Ethernet Controller XL710 Family support (vendor driver)
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) 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 CONFLICTS:=kmod-i40e
FILES:= \ FILES:= \
$(PKG_BUILD_DIR)/src/intel_auxiliary.ko \ $(PKG_BUILD_DIR)/src/intel_auxiliary.ko \