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 | 5e8eedb897f080e9784897ee452c5a6f8fc83faf (patch) | |
tree | 151a464c314122f7a4f8c3ce0d1ef3bad05d168b /target/linux/brcm63xx/base-files | |
parent | f03226afe7dd38b854d890bdbf566152eee9abe8 (diff) | |
download | upstream-5e8eedb897f080e9784897ee452c5a6f8fc83faf.tar.gz upstream-5e8eedb897f080e9784897ee452c5a6f8fc83faf.tar.bz2 upstream-5e8eedb897f080e9784897ee452c5a6f8fc83faf.zip |
brcm63xx: add missing bcm96329bhr profile and dts
Hopefully the last missing board.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45557
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" ;; |