aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq807x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ipq807x/Makefile')
-rw-r--r--target/linux/ipq807x/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile
new file mode 100644
index 0000000000..9c0d183993
--- /dev/null
+++ b/target/linux/ipq807x/Makefile
@@ -0,0 +1,15 @@
+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))