Skip to content

Commit

Permalink
ipq807x: add very basic target support
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
blogic authored and Koen Vandeputte committed Feb 28, 2020
1 parent 272e0a7 commit 29c6ddd
Show file tree
Hide file tree
Showing 4 changed files with 719 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 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))

0 comments on commit 29c6ddd

Please sign in to comment.