yt6801: limit to build for armsr/loong64/x86 only

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen
2026-05-28 09:44:07 +08:00
parent 176bc72593
commit 4885c268a8
+1 -1
View File
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/yt6801
SUBMENU:=Network Devices
TITLE:=Motorcomm YT6801 ethernet controller driver
DEPENDS:=@PCI_SUPPORT
DEPENDS:=@PCI_SUPPORT @(TARGET_armsr_armv8||TARGET_loongarch64||TARGET_x86)
FILES:=$(PKG_BUILD_DIR)/src/yt6801.ko
AUTOLOAD:=$(call AutoProbe,yt6801,1)
endef