brcm63xx: refresh kernel patches and config
[openwrt/openwrt.git] / target / linux / brcm63xx / profiles / telsey.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/CPVA502PLUS
9 NAME:=Telsey CPVA502+
10 PACKAGES:=kmod-b43 wpad-mini
11 endef
12 define Profile/CPVA502PLUS/Description
13 Package set optimized for CPVA502+.
14 endef
15 $(eval $(call Profile,CPVA502PLUS))
16
17 define Profile/CPVA642
18 NAME:=Telsey CPVA642-type (CPA-ZNTE60T)
19 PACKAGES:=kmod-rt61-pci wpad-mini\
20 kmod-usb2 kmod-usb-ohci
21 endef
22 define Profile/CPVA642/Description
23 Package set optimized for CPVA642-type.
24 endef
25 $(eval $(call Profile,CPVA642))
26
27 define Profile/MAGIC
28 NAME:=Telsey MAGIC (Alice W-Gate)
29 PACKAGES:=kmod-b43 wpad-mini
30 endef
31 define Profile/MAGIC/Description
32 Package set optimized for Telsey MAGIC (Alice W-Gate)
33 endef
34 $(eval $(call Profile,CPVA502PLUS))