]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
airoha: an7583: add default packages
authorMikhail Zhilkin <csharper2005@gmail.com>
Tue, 16 Jun 2026 05:20:20 +0000 (08:20 +0300)
committerJonas Jelonek <jelonek.jonas@gmail.com>
Sat, 18 Jul 2026 08:21:07 +0000 (10:21 +0200)
Add airoha-an7583-npu-firmware, kmod-gpio-button-hotplug, kmod-leds-gpio
and uboot-envtools to the default packages.

Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23809
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
target/linux/airoha/an7583/target.mk

index dacbe0928e5b38af571c1fa52241b67a4859c0f9..fb8785a189ebf3e793f5abae2cdf87b239cd13ed 100644 (file)
@@ -5,6 +5,10 @@ CPU_TYPE:=cortex-a53
 KERNELNAME:=Image dtbs
 FEATURES+=pwm source-only
 
+DEFAULT_PACKAGES += \
+       airoha-an7583-npu-firmware kmod-leds-gpio \
+       kmod-gpio-button-hotplug uboot-envtools
+
 define Target/Description
        Build firmware images for Airoha an7583 ARM based boards.
 endef