From 72093bd5284e25cb1b7ffc649c8d6a63fd8dcb83 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 24 Nov 2015 18:29:59 +0000 Subject: ar71xx: add GL-AR150 support V3 This is the 3rd version. Modified against the latest trunk. Signed-off-by: alzhao SVN-Revision: 47620 --- target/linux/ar71xx/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'target/linux/ar71xx/image') diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 94c7f53ff5..bb97764df2 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -188,6 +188,14 @@ define Device/weio endef TARGET_DEVICES += weio +define Device/gl-ar150 + BOARDNAME = GL-AR150 + IMAGE_SIZE = 16000k + CONSOLE = ttyATH0,115200 + MTDPARTS = spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,16000k(firmware),64k(art)ro +endef +TARGET_DEVICES += gl-ar150 + define Device/wndr3700 BOARDNAME = WNDR3700 NETGEAR_KERNEL_MAGIC = 0x33373030 -- cgit v1.2.3