From d9f2898ab7914fd8d0dbd0292c542e4214b1e6b2 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Thu, 23 Apr 2026 17:04:33 +0200 Subject: [PATCH] airoha: an7581: fix default package selection for Kite EVB device The Kite EVB device wrongly select an invalid package for NPU firmware where the correct one should be the airoha-en7581-npu-firmware one. Fix the wrong package to restore compilation of the Airoha target. Fixes: 0cf516751af3 ("airoha: an7581: generalize eMMC DTS and add Kite variant") Signed-off-by: Christian Marangi --- target/linux/airoha/image/an7581.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/airoha/image/an7581.mk b/target/linux/airoha/image/an7581.mk index 40e0a2ac2a..ca90b5ee2d 100644 --- a/target/linux/airoha/image/an7581.mk +++ b/target/linux/airoha/image/an7581.mk @@ -75,7 +75,7 @@ define Device/airoha_an7581-evb-emmc-kite DEVICE_VENDOR := Airoha DEVICE_MODEL := AN7581 Evaluation Board (eMMC + Kite) DEVICE_DTS := an7581-evb-emmc-kite - DEVICE_PACKAGES := kmod-i2c-an7581 airoha-en7581-mt7992-npu-firmware \ + DEVICE_PACKAGES := kmod-i2c-an7581 airoha-en7581-npu-firmware \ kmod-mt7992-firmware wpad-basic-mbedtls ARTIFACT/preloader.bin := an7581-preloader rfb ARTIFACT/bl31-uboot.fip := an7581-bl31-uboot rfb