summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-04-21 16:43:46 +0000
committerJonas Gorski <jogo@openwrt.org>2015-04-21 16:43:46 +0000
commit5e8eedb897f080e9784897ee452c5a6f8fc83faf (patch)
tree151a464c314122f7a4f8c3ce0d1ef3bad05d168b /target/linux/brcm63xx/base-files
parentf03226afe7dd38b854d890bdbf566152eee9abe8 (diff)
downloadmaster-31e0f0ae-5e8eedb897f080e9784897ee452c5a6f8fc83faf.tar.gz
master-31e0f0ae-5e8eedb897f080e9784897ee452c5a6f8fc83faf.tar.bz2
master-31e0f0ae-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-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh3
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"
;;