aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/profiles
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
commitb4fb839256e571192fcf3e753676b6bd716cdc78 (patch)
tree7c0fdd3e134adda1c0119af9a97458b3fdaa075b /target/linux/brcm63xx/profiles
parent86a65a43fec43d45dcb6087cdaf1627ff931af44 (diff)
downloadmaster-187ad058-b4fb839256e571192fcf3e753676b6bd716cdc78.tar.gz
master-187ad058-b4fb839256e571192fcf3e753676b6bd716cdc78.tar.bz2
master-187ad058-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/profiles')
-rw-r--r--target/linux/brcm63xx/profiles/broadcom.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/profiles/broadcom.mk b/target/linux/brcm63xx/profiles/broadcom.mk
index 8a06a2db0b..520a676184 100644
--- a/target/linux/brcm63xx/profiles/broadcom.mk
+++ b/target/linux/brcm63xx/profiles/broadcom.mk
@@ -28,6 +28,15 @@ define Profile/BCM963268BU_P300
PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc
endef
define Profile/BCM963268BU_P300/Description
- Package set optimized for the Broadcom BCM963268BU_P300 reference boar.
+ Package set optimized for the Broadcom BCM963268BU_P300 reference board.
endef
$(eval $(call Profile,BCM963268BU_P300))
+
+define Profile/BCM963269BHR
+ NAME:=Broadcom BCM963269BHR reference board
+ PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc
+endef
+define Profile/BCM963269BHR/Description
+ Package set optimized for the Broadcom BCM963269BHR reference board.
+endef
+$(eval $(call Profile,BCM963269BHR))