mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 14:59:45 +01:00
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:
parent
449c8d8dcb
commit
db4c1419db
1 changed files with 2 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue