From b10eb807c84d2c1b0278cbad1f8068756684204e Mon Sep 17 00:00:00 2001 From: Mikhail Zhilkin Date: Sat, 18 Jul 2026 23:28:30 +0300 Subject: [PATCH] airoha: an7583: build airoha_an7583-evb by default These devices aren't broken and their build shouldn't have been disabled. Fixes: 2566781 ("airoha: an7583: remove source-only flag") Link: https://github.com/openwrt/openwrt/pull/23809#issuecomment-5011321092 Signed-off-by: Mikhail Zhilkin Link: https://github.com/openwrt/openwrt/pull/24285 Signed-off-by: Jonas Jelonek --- target/linux/airoha/image/an7583.mk | 2 -- 1 file changed, 2 deletions(-) diff --git a/target/linux/airoha/image/an7583.mk b/target/linux/airoha/image/an7583.mk index 876dc150e80..e1b7e875c39 100644 --- a/target/linux/airoha/image/an7583.mk +++ b/target/linux/airoha/image/an7583.mk @@ -15,7 +15,6 @@ define Device/airoha_an7583-evb DEVICE_DTS_CONFIG := config@1 IMAGE/sysupgrade.bin := append-kernel | pad-to 128k | append-rootfs | \ pad-rootfs | append-metadata - DEFAULT := n endef TARGET_DEVICES += airoha_an7583-evb @@ -24,7 +23,6 @@ define Device/airoha_an7583-evb-emmc DEVICE_MODEL := AN7583 Evaluation Board (EMMC) DEVICE_DTS := an7583-evb-emmc DEVICE_PACKAGES := kmod-phy-airoha-en8811h kmod-i2c-an7581 - DEFAULT := n endef TARGET_DEVICES += airoha_an7583-evb-emmc -- 2.47.3