From 049e59a27be91dc9731f53b4868795adde682fd4 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Fri, 19 Nov 2010 13:41:54 +0000 Subject: Initial support for Telsey CPVA642 boards (no vlans, no DSL, GPIO led/buttons not known). SVN-Revision: 24040 --- target/linux/brcm63xx/image/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/brcm63xx/image/Makefile') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 56d048b..4f41889 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -172,6 +172,9 @@ define Image/Build # RG100A,DB120 etc. $(call Image/Build/RG100A,$(1),96358VW2,6358,0x20000,RG100A_DB120) + # Telsey CPVA642-type (e.g. CPA-ZNTE60T) + $(call Image/Build/CFE,$(1),CPVA642,6358,CPA-ZNTE60T,,--signature "Telsey Tlc",--signature2 "99.99.999",--second-image-flag "0") + endef $(eval $(call BuildImage)) -- cgit v1.1