diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-30 12:17:46 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-30 12:17:46 +0000 |
commit | 78f253f9b10fe2cea7e8a6b8e792523ba05bad77 (patch) | |
tree | 8f4c4ac369a1c1d1c620af86efee86c775257388 /target/linux/brcm63xx/image/Makefile | |
parent | 46dd362bdee879ac629f13624d8d202eb3a00ec6 (diff) | |
download | upstream-78f253f9b10fe2cea7e8a6b8e792523ba05bad77.tar.gz upstream-78f253f9b10fe2cea7e8a6b8e792523ba05bad77.tar.bz2 upstream-78f253f9b10fe2cea7e8a6b8e792523ba05bad77.zip |
brcm63xx: add Comtrend VR-3026e support
Add support for Comtrend VR-3026e v1.
The device is almost identical to the Comtrend VR-3025un.
Signed-off-by: Martin Tesar <tesarmar@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46752
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 90b9fa68eb..9d3ec9fd00 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -535,6 +535,8 @@ $(eval $(call bcm63xxCfe,CT6373,CT-6373,ct-6373,CT6373-1,6358)) $(eval $(call bcm63xxCfe,VR3025u,VR-3025u,vr-3025u,96368M-1541N,6368,--pad 16 --image-offset 0x20000 --block-size 0x20000)) # Comtrend VR-3025un $(eval $(call bcm63xxCfe,VR3025un,VR-3025un,vr-3025un,96368M-1341N,6368,--pad 4)) +# Comtrend VR-3026e +$(eval $(call bcm63xxCfe,VR3026e,VR-3026e,vr-3026e,96368MT-1341N1,6368,--pad 4)) # Comtrend WAP-5813n $(eval $(call bcm63xxCfe,WAP5813n,WAP-5813n,wap-5813n,96369R-1231N,6368,--pad 4)) # D-Link DSL-2640B, rev B2 |