1#
2# Copyright (C) 2011-2016 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/ALFAAP120C
9	NAME:=ALFA Network AP120C board
10	PACKAGES:=uboot-envtools
11endef
12
13define Profile/ALFAAP120C/Description
14	Package set optimized for the ALFA Network AP120C board
15endef
16
17$(eval $(call Profile,ALFAAP120C))
18
19
20define Profile/ALFAAP96
21	NAME:=ALFA Network AP96 board
22	PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-rtc-pcf2123
23endef
24
25define Profile/ALFAAP96/Description
26	Package set optimized for the ALFA Network AP96 board.
27endef
28
29$(eval $(call Profile,ALFAAP96))
30
31
32define Profile/HORNETUB
33	NAME:=ALFA Network Hornet-UB board (8MB flash, 32MB ram)
34	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
35endef
36
37define Profile/HORNETUB/Description
38	Package set optimized for the ALFA Network Hornet-UB board with 8MB
39	flash and 32MB ram.
40endef
41
42$(eval $(call Profile,HORNETUB))
43
44
45define Profile/HORNETUBx2
46	NAME:=ALFA Network Hornet-UB-x2 board (16MB flash, 64MB ram)
47	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
48endef
49
50define Profile/HORNETUBx2/Description
51	Package set optimized for the ALFA Network Hornet-UB board with 16MB
52	flash and 64MB ram.
53endef
54
55$(eval $(call Profile,HORNETUBx2))
56
57
58define Profile/ALFANX
59	NAME:=ALFA Network N2/N5 board
60	PACKAGES:=
61endef
62
63define Profile/ALFANX/Description
64	Package set optimized for the ALFA Network N2/N5 boards.
65endef
66
67$(eval $(call Profile,ALFANX))
68
69define Profile/TUBE2H
70	NAME:=ALFA Network Tube2H board
71	PACKAGES:=
72endef
73
74define Profile/TUBE2H/Description
75	Package set optimized for the ALFA Network Tube2H board.
76endef
77
78$(eval $(call Profile,TUBE2H))
79