diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:57 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:57 +0000 |
commit | 582dfc52f592b24669c61bfc57ad75b7370c833b (patch) | |
tree | b2160f6a279ab353ff540abac615e12b706127d1 /target/linux/brcm63xx/image | |
parent | 46b4d4d1d56950bb0f4c171ee70f3472d1677d0c (diff) | |
download | upstream-582dfc52f592b24669c61bfc57ad75b7370c833b.tar.gz upstream-582dfc52f592b24669c61bfc57ad75b7370c833b.tar.bz2 upstream-582dfc52f592b24669c61bfc57ad75b7370c833b.zip |
brcm63xx: move CPVA502+ to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44990
Diffstat (limited to 'target/linux/brcm63xx/image')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 0c164770a1..d38ffe975f 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -368,6 +368,8 @@ $(eval $(call ImageDTB,CFEDTB,SPW500V,SPW500V,spw500v,96348GW,6348)) $(eval $(call ImageDTB,CFEDTB,GW6000,GW6000,gw6000,96348GW,6348)) # Tecom GW6200 $(eval $(call ImageDTB,CFEDTB,GW6200,GW6200,gw6200,96348GW,6348,--rsa-signature "$(shell printf '\x99')")) +# Telsey CPVA502+ +$(eval $(call ImageDTB,Dummy,CPVA502PLUS,CVPA502PLUS,cpva502plus,CPVA502+,6348,--signature "Telsey Tlc" --signature2 "99.99.999" --second-image-flag "0")) # Telsey CPVA642-type (e.g. CPA-ZNTE60T) $(eval $(call ImageDTB,CFEDTB,CPVA642,CPA-ZNTE60T,cpva642,CPVA642,6358,--signature "Telsey Tlc" --signature2 "99.99.999" --second-image-flag "0" --pad 4)) # TP-Link TD-W8900GB |