brcm63xx: move DSL-275XB to DT
[openwrt.git] / target / linux / brcm63xx / profiles / bt.mk
1 #
2 # Copyright (C) 2015 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/BTHOMEHUB2A
9   NAME:=BT Home Hub 2A
10   PACKAGES:=kmod-b43 wpad-mini \
11         kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev
12 endef
13 define Profile/BTHOMEHUB2A/Description
14   Package set optimized for BTHOMEHUB2A.
15 endef
16 $(eval $(call Profile,BTHOMEHUB2A))
17
18 define Profile/BTV2110
19   NAME:=BT Voyager V2110
20   PACKAGES:=kmod-b43 wpad-mini
21 endef
22 define Profile/BTV2500V/Description
23   Package set optimized for BTV2110.
24 endef
25 $(eval $(call Profile,BTV2110))
26
27 define Profile/BTV2500V
28   NAME:=BT Voyager V2500V
29   PACKAGES:=kmod-b43 wpad-mini
30 endef
31 define Profile/BTV2500V/Description
32   Package set optimized for BTV2500V.
33 endef
34 $(eval $(call Profile,BTV2500V))