summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-25 15:36:26 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-25 15:36:26 +0000
commit1e07f8c7ffc19b6a72ebd59a23fed1d2e8e88a72 (patch)
treed3e971eb05f2dd53207753086e93c1fbf157086b /target/linux/brcm63xx/base-files
parent4dc169f9a2a8f17ecd2a4038279e719ab416ff9a (diff)
downloadmaster-31e0f0ae-1e07f8c7ffc19b6a72ebd59a23fed1d2e8e88a72.tar.gz
master-31e0f0ae-1e07f8c7ffc19b6a72ebd59a23fed1d2e8e88a72.tar.bz2
master-31e0f0ae-1e07f8c7ffc19b6a72ebd59a23fed1d2e8e88a72.zip
brcm63xx: fix bcm96328avng board name
Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44994
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh2
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"