a8ad31eb1f5e2e22696648e807af1dc4d582a3b0
[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))