From: Andrew LaMarche Date: Fri, 20 Feb 2026 15:04:32 +0000 (+0000) Subject: airoha: add leds-gpio and gpio-button-hotplug to default packages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db4c1419dba6bbed00eee6cfdffd94108d1b813c;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/target/linux/airoha/Makefile b/target/linux/airoha/Makefile index 970a3398f97..2da3acbef24 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))