diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:05 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:05 +0000 |
commit | 0e4c1ba284d3b387b007d53f6ec2aeec3363b8df (patch) | |
tree | 9ee6f64dcc43bbfcb9f3c45b729c5eeb461ee575 /target/linux/brcm63xx/image/Makefile | |
parent | 582dfc52f592b24669c61bfc57ad75b7370c833b (diff) | |
download | upstream-0e4c1ba284d3b387b007d53f6ec2aeec3363b8df.tar.gz upstream-0e4c1ba284d3b387b007d53f6ec2aeec3363b8df.tar.bz2 upstream-0e4c1ba284d3b387b007d53f6ec2aeec3363b8df.zip |
brcm63xx: move MAGIC to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44991
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-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 d38ffe975f..260c6d1499 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -372,6 +372,8 @@ $(eval $(call ImageDTB,CFEDTB,GW6200,GW6200,gw6200,96348GW,6348,--rsa-signature $(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)) +# Telsey MAGIC (Alice W-Gate) +$(eval $(call ImageDTB,Dummy,MAGIC,MAGIC,magic,MAGIC,6348)) # TP-Link TD-W8900GB $(eval $(call ImageDTB,CFEDTB,TDW8900GB,TD-W8900GB,td-w8900gb,96348GW-11,6348,--rsa-signature "$(shell printf 'PRID\x89\x10\x00\x02')" --image-offset 0x20000)) # USRobotics 9108 |