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 4fe33eb41a..0dc87d0fd0 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -21,6 +21,9 @@ brcm63xx_dt_detect() { "ADB P.DG AV4202N") board_name="av4202n" ;; + "Actiontec R1000H") + board_name="r1000h" + ;; "Alcatel RG100A") board_name="rg100a" ;; |