From b1de0730aebffb68c8fc6283860ad6cb5c2b3e30 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Fri, 14 Sep 2018 23:51:39 +0200 Subject: target/linux/mediatek: add mt7623 support --- target/linux/mediatek/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 target/linux/mediatek/Makefile (limited to 'target/linux/mediatek/Makefile') diff --git a/target/linux/mediatek/Makefile b/target/linux/mediatek/Makefile new file mode 100755 index 0000000..2e166e8 --- /dev/null +++ b/target/linux/mediatek/Makefile @@ -0,0 +1,22 @@ +# +# Copyright (C) 2015 MediaTek +# +include $(TOPDIR)/rules.mk + +ARCH:=arm +BOARD:=mediatek +BOARDNAME:=MTK APSoC (ARM) +SUBTARGETS:=mt7623_emmc mt7623_mtd +FEATURES:=squashfs gpio ubifs nand +LINUX_VERSION:=3.10.20 +P4REV:=156334 +LINUX_EXT_VERSION:=$(LINUX_VERSION)-$(P4REV) + +include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += + +define Target/Description + Build firmware images for MTK/Ralink APSoC based boards. +endef + +$(eval $(call BuildTarget)) -- cgit v1.1