brcm63xx: add missing bcm96329bhr profile and dts
[openwrt.git] / target / linux / brcm63xx / profiles / broadcom.mk
1 #
2 # Copyright (C) 2014 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/BCM96318REF
9   NAME:=Broadcom BCM9618REF reference board
10   PACKAGES:= kmod-b43 wpad-mini kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc
11 endef
12 define Profile/BCM96318REF/Description
13   Package set optimized for the Broadcom BCM96318REF reference board.
14 endef
15 $(eval $(call Profile,BCM96318REF))
16
17 define Profile/BCM96318REF_P300
18   NAME:=Broadcom BCM96318REF_P300 reference board
19   PACKAGES:= kmod-b43 wpad-mini kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc
20 endef
21 define Profile/BCM96318REF_P300/Description
22   Package set optimized for the Broadcom BCM96318REF_P300 reference board.
23 endef
24 $(eval $(call Profile,BCM96318REF_P300))
25
26 define Profile/BCM963268BU_P300
27   NAME:=Broadcom BCM963268BU_P300 reference board
28   PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc
29 endef
30 define Profile/BCM963268BU_P300/Description
31   Package set optimized for the Broadcom BCM963268BU_P300 reference board.
32 endef
33 $(eval $(call Profile,BCM963268BU_P300))
34
35 define Profile/BCM963269BHR
36   NAME:=Broadcom BCM963269BHR reference board
37   PACKAGES:= kmod-usb-ohci kmod-usb2 kmod-bcm63xx-udc
38 endef
39 define Profile/BCM963269BHR/Description
40   Package set optimized for the Broadcom BCM963269BHR reference board.
41 endef
42 $(eval $(call Profile,BCM963269BHR))