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
8define Profile/CAS630
9	NAME:=Cellvision CAS-630 IP camera (Experimental)
10	# TODO: add default packages
11	PACKAGES:=-wpad-mini
12endef
13
14define Profile/CAS630/Description
15	Package set optimized for the Cellvision CAS-630 device.
16endef
17
18define Profile/CAS630W
19	NAME:=Cellvision CAS-630W IP camera (Experimental)
20	# TODO: add default packages
21	PACKAGES:=-wpad-mini
22endef
23
24define Profile/CAS630W/Description
25	Package set optimized for the Cellvision CAS-630W device.
26endef
27
28define Profile/CAS670
29	NAME:=Cellvision CAS-670 IP camera (Experimental)
30	# TODO: add default packages
31	PACKAGES:=-wpad-mini
32endef
33
34define Profile/CAS670/Description
35	Package set optimized for the Cellvision CAS-670 device.
36endef
37
38define Profile/CAS670W
39	NAME:=Cellvision CAS-670W IP camera (Experimental)
40	# TODO: add default packages
41	PACKAGES:=-wpad-mini
42endef
43
44define Profile/CAS670W/Description
45	Package set optimized for the Cellvision CAS-670 device.
46endef
47
48define Profile/CAS700
49	NAME:=Cellvision CAS-700 IP camera (Experimental)
50	# TODO: add default packages
51	PACKAGES:=-wpad-mini
52endef
53
54define Profile/CAS700/Description
55	Package set optimized for the Cellvision CAS-700 device.
56endef
57
58define Profile/CAS700W
59	NAME:=Cellvision CAS-700W IP camera (Experimental)
60	# TODO: add default packages
61	PACKAGES:=-wpad-mini
62endef
63
64define Profile/CAS700W/Description
65	Package set optimized for the Cellvision CAS-700W device.
66endef
67
68define 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
71endef
72
73define Profile/CAS771/Description
74	Package set optimized for the Cellvision CAS-771 device.
75endef
76
77define 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
80endef
81
82define Profile/CAS771W/Description
83	Package set optimized for the Cellvision CAS-771W device.
84endef
85
86define Profile/CAS790
87	NAME:=Cellvision CAS-790 IP camera (Experimental)
88	# TODO: add default packages
89	PACKAGES:=-wpad-mini
90endef
91
92define Profile/CAS790/Description
93	Package set optimized for the Cellvision CAS-790 device.
94endef
95
96define Profile/CAS861
97	NAME:=Cellvision CAS-861 IP camera (Experimental)
98	# TODO: add default packages
99	PACKAGES:=-wpad-mini
100endef
101
102define Profile/CAS861/Description
103	Package set optimized for the Cellvision CAS-861 device.
104endef
105
106define Profile/CAS861W
107	NAME:=Cellvision CAS-861W IP camera (Experimental)
108	PACKAGES:=kmod-rt2500-pci
109endef
110
111define Profile/CAS861W/Description
112	Package set optimized for the Cellvision CAS-861W device.
113endef
114
115define Profile/NFS101U
116	NAME:=Cellvision NFS-101U Network File Server (Experimental)
117	PACKAGES:=-wpad-mini kmod-usb-ohci kmod-usb2
118endef
119
120define Profile/NFS101U/Description
121	Package set optimized for the Cellvision NFS-101U device.
122endef
123
124define Profile/NFS101WU
125	NAME:=Cellvision NFS-101WU Network File Server (Experimental)
126	PACKAGES:=-wpad-mini kmod-usb-ohci kmod-usb2
127endef
128
129define Profile/NFS101WU/Description
130	Package set optimized for the Cellvision NFS-101WU device.
131endef
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
147