6e259dc602bae64b6c133f0d21b000cc91bd91db
[openwrt/svn-archive/archive.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/HORNETUB
21 NAME:=ALFA Network Hornet-UB board (8MB flash, 32MB ram)
22 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
23 endef
24
25 define Profile/HORNETUB/Description
26 Package set optimized for the ALFA Network Hornet-UB board with 8MB
27 flash and 32MB ram.
28 endef
29
30 $(eval $(call Profile,HORNETUB))
31
32
33 define Profile/HORNETUBx2
34 NAME:=ALFA Network Hornet-UB-x2 board (16MB flash, 64MB ram)
35 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
36 endef
37
38 define Profile/HORNETUBx2/Description
39 Package set optimized for the ALFA Network Hornet-UB board with 16MB
40 flash and 64MB ram.
41 endef
42
43 $(eval $(call Profile,HORNETUBx2))
44
45
46 define Profile/ALFANX
47 NAME:=ALFA Network N2/N5 board
48 PACKAGES:=
49 endef
50
51 define Profile/ALFANX/Description
52 Package set optimized for the ALFA Network N2/N5 boards.
53 endef
54
55 $(eval $(call Profile,ALFANX))
56
57 define Profile/TUBE2H
58 NAME:=ALFA Network Tube2H board
59 PACKAGES:=
60 endef
61
62 define Profile/TUBE2H/Description
63 Package set optimized for the ALFA Network Tube2H board.
64 endef
65
66 $(eval $(call Profile,TUBE2H))