mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
16 lines
256 B
Makefile
16 lines
256 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
ARCH:=arm
|
||
|
BOARD:=airoha
|
||
|
BOARDNAME:=Airoha ARM
|
||
|
CPU_TYPE:=cortex-a7
|
||
|
FEATURES:=dt squashfs nand ramdisk gpio source-only
|
||
|
|
||
|
KERNEL_PATCHVER:=5.15
|
||
|
|
||
|
include $(INCLUDE_DIR)/target.mk
|
||
|
|
||
|
KERNELNAME:=Image dtbs
|
||
|
|
||
|
$(eval $(call BuildTarget))
|