1466e5282a146be5be6febd206e57cd7dc9b4288
[openwrt/staging/mkresin.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