From b4fb839256e571192fcf3e753676b6bd716cdc78 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Tue, 21 Apr 2015 16:43:46 +0000 Subject: brcm63xx: add missing bcm96329bhr profile and dts Hopefully the last missing board. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45557 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/brcm63xx/profiles/broadcom.mk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'target/linux/brcm63xx/profiles') 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)) -- cgit v1.2.3