diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-04-21 16:43:46 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-04-21 16:43:46 +0000 |
commit | b4fb839256e571192fcf3e753676b6bd716cdc78 (patch) | |
tree | 7c0fdd3e134adda1c0119af9a97458b3fdaa075b /target/linux/brcm63xx/base-files | |
parent | 86a65a43fec43d45dcb6087cdaf1627ff931af44 (diff) | |
download | upstream-b4fb839256e571192fcf3e753676b6bd716cdc78.tar.gz upstream-b4fb839256e571192fcf3e753676b6bd716cdc78.tar.bz2 upstream-b4fb839256e571192fcf3e753676b6bd716cdc78.zip |
brcm63xx: add missing bcm96329bhr profile and dts
Hopefully the last missing board.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45557 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 13406552c3..5cb390f061 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -39,6 +39,9 @@ brcm63xx_dt_detect() { "Broadcom BCM963268BU_P300 reference board") board_name="bcm963268bu_p300" ;; + "Broadcom BCM963269BHR reference board") + board_name="bcm963269bhr" + ;; "Broadcom bcm963281TAN reference board") board_name="bcm963281tan" ;; |