ar71xx: Image generation for PowerCloud CR5000 Cloud Router
[openwrt.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
68 define Profile/CR5000
69         NAME:=PowerCloud CR5000 Cloud Router
70         PACKAGES:=uboot-envtools kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev kmod-usb-core
71 endef
72
73 define Profile/CR5000/Description
74         Package set optimized for the PowerCloud Systems CR5000 Cloud Router
75
76         The CR5000 is a device sold by PowerCloud Systems as a hardware
77         option for their Skydog cloud-managed Wifi solution.
78
79         The CR5000 is a dual band GHz 802.11n wireless router with 8MB
80         flash and 64MB RAM, a five port gigabit switch and a USB 2.0
81         port which was unused in the stock firmware.
82 endef
83
84 $(eval $(call Profile,CR5000))
85