diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:12 +0000 |
commit | 10cdfd04e68f540760eee9a3ac45babf620bc2f2 (patch) | |
tree | 7f9394115a9934bf2c5419cff4543bef3a8ab4ec /target/linux/brcm63xx/image/Makefile | |
parent | 0e4c1ba284d3b387b007d53f6ec2aeec3363b8df (diff) | |
download | upstream-10cdfd04e68f540760eee9a3ac45babf620bc2f2.tar.gz upstream-10cdfd04e68f540760eee9a3ac45babf620bc2f2.tar.bz2 upstream-10cdfd04e68f540760eee9a3ac45babf620bc2f2.zip |
brcm63xx: move RTA770(B)W to dts
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44992
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rwxr-xr-x | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 260c6d1499..c94d06e9d7 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -314,6 +314,10 @@ $(eval $(call ImageDTB,CFEDTB,DSL274XB_F,DSL274XB-F1-AU,dsl-274xb-f,AW4339U,6328 $(eval $(call ImageDTB,CFEDTB,DVAG3810BN,DVAG3810BN,dva-g3810bn_tl,96358VW,6358)) # Davolink DV-201AMR $(eval $(call ImageDTB,OLDCFEDTB,DV201AMR,DV-201AMR,dv-201amr,DV201AMR,6348)) +# Dynalink RTA770BW (Siemens SE515) +$(eval $(call ImageDTB,Dummy,RTA770BW,RTA770BW,rta770bw,RTA770BW,6345,--layoutver 5)) +# Dynalink RTA770W +$(eval $(call ImageDTB,Dummy,RTA770W,RTA770W,rta770w,RTA770W,6345,--layoutver 5)) # Dynalink RTA1025W (numerous routers) $(eval $(call ImageDTB,CFEDTB,RTA1025W,RTA1025W_16,rta1025w,RTA1025W_16,6348,--layoutver 5)) # Dynalink RTA1320 (numerous routers) |