diff options
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" ;; |