diff options
author | John Crispin <john@phrozen.org> | 2020-02-26 13:01:32 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2020-02-28 17:50:46 +0100 |
commit | 29c6ddd99eeb0aa9fa7f65fbe50c5b12ead67918 (patch) | |
tree | e42347e7ef7917c9c26affb6f5e3c9276fdd0882 /target/linux/ipq807x/Makefile | |
parent | 272e0a702a2bcfb383c59051f37c87dcdbe844f5 (diff) | |
download | upstream-29c6ddd99eeb0aa9fa7f65fbe50c5b12ead67918.tar.gz upstream-29c6ddd99eeb0aa9fa7f65fbe50c5b12ead67918.tar.bz2 upstream-29c6ddd99eeb0aa9fa7f65fbe50c5b12ead67918.zip |
ipq807x: add very basic target support
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>
Diffstat (limited to 'target/linux/ipq807x/Makefile')
-rw-r--r-- | target/linux/ipq807x/Makefile | 15 |
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)) |