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/base-files/lib/brcm63xx.sh | |
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/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 92fa5f2bdb..1a97c86d6f 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -102,6 +102,9 @@ brcm63xx_dt_detect() { "Comtrend VR-3025un") board_name="vr-3025un" ;; + "Comtrend VR-3026e") + board_name="vr-3026e" + ;; "Comtrend WAP-5813n") board_name="wap-5813n" ;; |