diff options
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 52c223e97f..90d3e73378 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -37,7 +37,7 @@ brcm63xx_dt_detect() { board_name="bcm963281tan" ;; "Broadcom BCM96328avng reference board") - board_name="bcm6328avng" + board_name="bcm96328avng" ;; "Broadcom BCM96345GW2 reference board") board_name="bcm96345gw2" |