diff options
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 324ea18404..991e3636a6 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -144,6 +144,9 @@ brcm63xx_dt_detect() { "Netgear DG834GT/PN") board_name="dg834gt" ;; + "Netgear DG834G v4") + board_name="dg834g_v4" + ;; "Netgear DGND3700v1/DGND3800B") board_name="dgnd3700v1_dgnd3800b" ;; @@ -213,9 +216,6 @@ brcm63xx_legacy_detect() { local board_name case "$1" in - 96348W3) - board_name="dg834g_v4" - ;; CPVA502+) board_name="cpva502p" ;; |