procd: check output of "uci show" instead of raw config files in order to track uncom...
[14.07/openwrt.git] / target / linux / adm5120 / router_le / profiles / Cellvision.mk
1 #
2 # Copyright (C) 2007-2008 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/CAS630
9         NAME:=Cellvision CAS-630 IP camera (Experimental)
10         # TODO: add default packages
11         PACKAGES:=-wpad-mini
12 endef
13
14 define Profile/CAS630/Description
15         Package set optimized for the Cellvision CAS-630 device.
16 endef
17
18 define Profile/CAS630W
19         NAME:=Cellvision CAS-630W IP camera (Experimental)
20         # TODO: add default packages
21         PACKAGES:=-wpad-mini
22 endef
23
24 define Profile/CAS630W/Description
25         Package set optimized for the Cellvision CAS-630W device.
26 endef
27
28 define Profile/CAS670
29         NAME:=Cellvision CAS-670 IP camera (Experimental)
30         # TODO: add default packages
31         PACKAGES:=-wpad-mini
32 endef
33
34 define Profile/CAS670/Description
35         Package set optimized for the Cellvision CAS-670 device.
36 endef
37
38 define Profile/CAS670W
39         NAME:=Cellvision CAS-670W IP camera (Experimental)
40         # TODO: add default packages
41         PACKAGES:=-wpad-mini
42 endef
43
44 define Profile/CAS670W/Description
45         Package set optimized for the Cellvision CAS-670 device.
46 endef
47
48 define Profile/CAS700
49         NAME:=Cellvision CAS-700 IP camera (Experimental)
50         # TODO: add default packages
51         PACKAGES:=-wpad-mini
52 endef
53
54 define Profile/CAS700/Description
55         Package set optimized for the Cellvision CAS-700 device.
56 endef
57
58 define Profile/CAS700W
59         NAME:=Cellvision CAS-700W IP camera (Experimental)
60         # TODO: add default packages
61         PACKAGES:=-wpad-mini
62 endef
63
64 define Profile/CAS700W/Description
65         Package set optimized for the Cellvision CAS-700W device.
66 endef
67
68 define Profile/CAS771
69         NAME:=Cellvision CAS-771 IP camera (Experimental)
70         PACKAGES:=-wpad-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
71 endef
72
73 define Profile/CAS771/Description
74         Package set optimized for the Cellvision CAS-771 device.
75 endef
76
77 define Profile/CAS771W
78         NAME:=Cellvision CAS-771W IP camera (Experimental)
79         PACKAGES:=-wpad-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500-pci
80 endef
81
82 define Profile/CAS771W/Description
83         Package set optimized for the Cellvision CAS-771W device.
84 endef
85
86 define Profile/CAS790
87         NAME:=Cellvision CAS-790 IP camera (Experimental)
88         # TODO: add default packages
89         PACKAGES:=-wpad-mini
90 endef
91
92 define Profile/CAS790/Description
93         Package set optimized for the Cellvision CAS-790 device.
94 endef
95
96 define Profile/CAS861
97         NAME:=Cellvision CAS-861 IP camera (Experimental)
98         # TODO: add default packages
99         PACKAGES:=-wpad-mini
100 endef
101
102 define Profile/CAS861/Description
103         Package set optimized for the Cellvision CAS-861 device.
104 endef
105
106 define Profile/CAS861W
107         NAME:=Cellvision CAS-861W IP camera (Experimental)
108         PACKAGES:=kmod-rt2500-pci
109 endef
110
111 define Profile/CAS861W/Description
112         Package set optimized for the Cellvision CAS-861W device.
113 endef
114
115 define Profile/NFS101U
116         NAME:=Cellvision NFS-101U Network File Server (Experimental)
117         PACKAGES:=-wpad-mini kmod-usb-ohci kmod-usb2
118 endef
119
120 define Profile/NFS101U/Description
121         Package set optimized for the Cellvision NFS-101U device.
122 endef
123
124 define Profile/NFS101WU
125         NAME:=Cellvision NFS-101WU Network File Server (Experimental)
126         PACKAGES:=-wpad-mini kmod-usb-ohci kmod-usb2
127 endef
128
129 define Profile/NFS101WU/Description
130         Package set optimized for the Cellvision NFS-101WU device.
131 endef
132
133 $(eval $(call Profile,CAS630))
134 $(eval $(call Profile,CAS630W))
135 $(eval $(call Profile,CAS670))
136 $(eval $(call Profile,CAS670W))
137 $(eval $(call Profile,CAS700))
138 $(eval $(call Profile,CAS700W))
139 $(eval $(call Profile,CAS771))
140 $(eval $(call Profile,CAS771W))
141 $(eval $(call Profile,CAS790))
142 $(eval $(call Profile,CAS861))
143 $(eval $(call Profile,CAS861W))
144 $(eval $(call Profile,NFS101U))
145 $(eval $(call Profile,NFS101WU))
146