From db4c1419dba6bbed00eee6cfdffd94108d1b813c Mon Sep 17 00:00:00 2001 From: Andrew LaMarche Date: Fri, 20 Feb 2026 15:04:32 +0000 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/17869 Signed-off-by: Christian Marangi --- target/linux/airoha/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 970a3398f9..2da3acbef2 100644 --- a/target/linux/airoha/Makefile +++ b/target/linux/airoha/Makefile @@ -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))