mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
29c6ddd99e
This is still missing a lot of love but people want to start working on it so lets give them a common baseline. Signed-off-by: John Crispin <john@phrozen.org>
16 lines
305 B
Makefile
16 lines
305 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=ipq807x
|
|
BOARDNAME:=Qualcomm Atheros IPQ807x
|
|
FEATURES:=squashfs ramdisk source-only
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
|
KERNELNAME:=Image dtbs
|
|
CPU_TYPE:=cortex-a53
|
|
|
|
KERNEL_PATCHVER:=5.4
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
$(eval $(call BuildTarget))
|