From 449c8d8dcb29c2d9f3fb8c6fe89f1e9f570eac3f Mon Sep 17 00:00:00 2001 From: Andrew LaMarche Date: Fri, 20 Feb 2026 15:03:12 +0000 Subject: [PATCH] airoha: an7581: add uboot-envtools to default packages Add uboot-envtools to default packages to facilitate modifying the u-boot environment. Signed-off-by: Andrew LaMarche Link: https://github.com/openwrt/openwrt/pull/17869 Signed-off-by: Christian Marangi --- target/linux/airoha/an7581/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/airoha/an7581/target.mk b/target/linux/airoha/an7581/target.mk index 5eacac3f3b..b3e539b649 100644 --- a/target/linux/airoha/an7581/target.mk +++ b/target/linux/airoha/an7581/target.mk @@ -6,7 +6,7 @@ KERNELNAME:=Image dtbs FEATURES+=pwm source-only DEFAULT_PACKAGES += \ - airoha-en7581-npu-firmware + airoha-en7581-npu-firmware uboot-envtools define Target/Description Build firmware images for Airoha an7581 ARM based boards.