Merge pull request #580 from wigyori/cc-libpcap
[15.05/openwrt.git] / target / linux / ar71xx / generic / profiles / alfa.mk
1 #
2 # Copyright (C) 2011-2013 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/ALFAAP96
9         NAME:=ALFA Network AP96 board
10         PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-rtc-pcf2123
11 endef
12
13 define Profile/ALFAAP96/Description
14         Package set optimized for the ALFA Network AP96 board.
15 endef
16
17 $(eval $(call Profile,ALFAAP96))
18
19
20 define Profile/ALFAAP120C
21         NAME:=ALFA Network AP120C board
22         PACKAGES:=uboot-envtools
23 endef
24
25 define Profile/ALFAAP120C/Description
26         Package set optimized for the ALFA Network AP120C board.
27 endef
28
29 $(eval $(call Profile,ALFAAP120C))
30
31
32 define Profile/HORNETUB
33         NAME:=ALFA Network Hornet-UB board (8MB flash, 32MB ram)
34         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
35 endef
36
37 define Profile/HORNETUB/Description
38         Package set optimized for the ALFA Network Hornet-UB board with 8MB
39         flash and 32MB ram.
40 endef
41
42 $(eval $(call Profile,HORNETUB))
43
44
45 define Profile/HORNETUBx2
46         NAME:=ALFA Network Hornet-UB-x2 board (16MB flash, 64MB ram)
47         PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
48 endef
49
50 define Profile/HORNETUBx2/Description
51         Package set optimized for the ALFA Network Hornet-UB board with 16MB
52         flash and 64MB ram.
53 endef
54
55 $(eval $(call Profile,HORNETUBx2))
56
57
58 define Profile/ALFANX
59         NAME:=ALFA Network N2/N5 board
60         PACKAGES:=
61 endef
62
63 define Profile/ALFANX/Description
64         Package set optimized for the ALFA Network N2/N5 boards.
65 endef
66
67 $(eval $(call Profile,ALFANX))
68
69 define Profile/TUBE2H
70         NAME:=ALFA Network Tube2H board
71         PACKAGES:=
72 endef
73
74 define Profile/TUBE2H/Description
75         Package set optimized for the ALFA Network Tube2H board.
76 endef
77
78 $(eval $(call Profile,TUBE2H))