diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:35:37 +0000 |
commit | 30a579c6744eab2184689b680424be49369d7ad6 (patch) | |
tree | 3f52666e94763da4cbe6952f3f01e14a8033c5bc /target/linux/brcm63xx/image | |
parent | 16ea19053a5dc32d9fc18f2ab10d0e369320a373 (diff) | |
download | upstream-30a579c6744eab2184689b680424be49369d7ad6.tar.gz upstream-30a579c6744eab2184689b680424be49369d7ad6.tar.bz2 upstream-30a579c6744eab2184689b680424be49369d7ad6.zip |
brcm63xx: move dsl-2640u to dts
Also build image again(?).
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44988
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 8e423e5883..bc633a7160 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -299,6 +299,8 @@ $(eval $(call ImageDTB,CFEDTB,VR3025un,VR-3025un,vr-3025un,96368M-1341N,6368,--p $(eval $(call ImageDTB,CFEDTB,WAP5813n,WAP-5813n,wap-5813n,96369R-1231N,6368,--pad 4)) # D-Link DSL-2640B, rev B2 $(eval $(call ImageDTB,CFEDTB,DSL2640B-B2,DSL2640B_B,dsl-2640b-b,D-4P-W,6348)) +# D-Link DSL-2640U, rev C1 +$(eval $(call ImageDTB,CFEDTB,DSL2640U,DSL2640U,dsl-2640u,96338W2_E7T,6338)) # D-Link DSL-2650U $(eval $(call ImageDTB,CFEDTB,DSL2650U,DSL2650U,dsl-2650u,96358VW2,6358)) # D-Link DSL-2740B/DSL-2741B, rev C2 |