From 832fe110635a3b1ed053608a9e974bec7cf05b5f Mon Sep 17 00:00:00 2001 From: jogo Date: Wed, 25 Mar 2015 15:36:26 +0000 Subject: [PATCH] brcm63xx: fix bcm96328avng board name Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44994 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.11.0