airoha: add leds-gpio and gpio-button-hotplug to default packages

Most, if not all Airoha devices will have LEDs and buttons. Add them to
default packages.

Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17869
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Andrew LaMarche
2026-02-20 15:04:32 +00:00
committed by Christian Marangi
parent 449c8d8dcb
commit db4c1419db
+2
View File
@@ -9,5 +9,7 @@ FEATURES:=dt squashfs nand ramdisk gpio
KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug
$(eval $(call BuildTarget))