diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:26 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-25 15:36:26 +0000 |
commit | 143ebec33f363f2b7de661bc32277c8352940cc7 (patch) | |
tree | 127df79ce5d38485b9ca090824e078bf4e90959f /target/linux/brcm63xx/base-files | |
parent | 5e2e830a49dc04436e35233dbfa20593cf218968 (diff) | |
download | master-187ad058-143ebec33f363f2b7de661bc32277c8352940cc7.tar.gz master-187ad058-143ebec33f363f2b7de661bc32277c8352940cc7.tar.bz2 master-187ad058-143ebec33f363f2b7de661bc32277c8352940cc7.zip |
brcm63xx: fix bcm96328avng board name
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44994 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-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" |