Author: jogo Date: 2015-03-25 16:36:26 +0100 (Wed, 25 Mar 2015) New Revision: 44994
Modified: trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh Log: brcm63xx: fix bcm96328avng board name Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh =================================================================== --- trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh 2015-03-25 15:36:15 UTC (rev 44993) +++ trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh 2015-03-25 15:36:26 UTC (rev 44994) @@ -37,7 +37,7 @@ board_name="bcm963281tan" ;; "Broadcom BCM96328avng reference board") - board_name="bcm6328avng" + board_name="bcm96328avng" ;; "Broadcom BCM96345GW2 reference board") board_name="bcm96345gw2" _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
