b4df1a47128c39b46378c79d8a36859051e8cac6
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / generic / profiles / pcs.mk
1 #
2 # Copyright (C) 2009 OpenWrt.org
3 # Copyright (C) 2012 PowerCloud Systems
4 #
5 # This is free software, licensed under the GNU General Public License v2.
6 # See /LICENSE for more information.
7 #
8
9 define Profile/UBDEV01
10 NAME:=PowerCloud Systems ubdev01 model
11 PACKAGES:=
12 endef
13
14 define Profile/UBDEV01/Description
15 Package set optimized for the PowerCloud Systems ubdev01 board.
16 endef
17
18 $(eval $(call Profile,UBDEV01))
19
20 define Profile/DLRTDEV01
21 NAME:=PowerCloud Systems dlrtdev01 model
22 PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
23 endef
24
25 define Profile/DLRTDEV01/Description
26 Package set optimized for the PowerCloud Systems dlrtdev01 board.
27 endef
28
29 $(eval $(call Profile,DLRTDEV01))
30
31 define Profile/CAP324
32 NAME:=PowerCloud CAP324 Cloud AP
33 PACKAGES:=uboot-envtools
34 endef
35
36 define Profile/CAP324/Description
37 Package set optimized for the PowerCloud Systems CAP324 Cloud AP
38
39 The CAP324 Cloud AP is a device sold by PowerCloud Systems
40 who's stock firmware (CloudCommand) provides 'cloud' based
41 managment of large numbers of access points.
42
43 The CAP324 is a dual-band 802.11n wireless access point with 16MB
44 flash and 128MB RAM and single gigabit ethernet port. It can be
45 powered via PoE or a wall wart.
46 endef
47
48 $(eval $(call Profile,CAP324))
49
50 define Profile/CR3000
51 NAME:=PowerCloud CR3000 Cloud Router
52 PACKAGES:=uboot-envtools
53 endef
54
55 define Profile/CR3000/Description
56 Package set optimized for the PowerCloud Systems CR3000 Cloud Router
57
58 The CR3000 is a device sold by PowerCloud Systems as a hardware
59 option for their Skydog cloud-managed Wifi solution.
60
61 The CR3000 is a 2.4 GHz 802.11n wireless router with 8MB
62 flash and 64MB RAM, four-port fast ethernet switch, and fast
63 ethernet WAN port.
64 endef
65
66 $(eval $(call Profile,CR3000))
67