mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01:00
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>
15 lines
296 B
Makefile
15 lines
296 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=airoha
|
|
BOARDNAME:=Airoha ARM
|
|
SUBTARGETS:=en7523 an7581 an7583
|
|
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))
|