2 # Copyright (C) 2007,2008 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
9 NAME
:=Cellvision CAS-630 IP camera
(Experimental
)
10 # TODO: add default packages
13 define Profile
/CAS630
/Description
14 Package set optimized for the Cellvision CAS-630 device.
17 define Profile
/CAS630W
18 NAME
:=Cellvision CAS-630W IP camera
(Experimental
)
19 # TODO: add default packages
22 define Profile
/CAS630W
/Description
23 Package set optimized for the Cellvision CAS-630W device.
27 NAME
:=Cellvision CAS-670 IP camera
(Experimental
)
28 # TODO: add default packages
31 define Profile
/CAS670
/Description
32 Package set optimized for the Cellvision CAS-670 device.
35 define Profile
/CAS670W
36 NAME
:=Cellvision CAS-670W IP camera
(Experimental
)
37 # TODO: add default packages
40 define Profile
/CAS670W
/Description
41 Package set optimized for the Cellvision CAS-670 device.
45 NAME
:=Cellvision CAS-700 IP camera
(Experimental
)
46 # TODO: add default packages
49 define Profile
/CAS700
/Description
50 Package set optimized for the Cellvision CAS-700 device.
53 define Profile
/CAS700W
54 NAME
:=Cellvision CAS-700W IP camera
(Experimental
)
55 # TODO: add default packages
58 define Profile
/CAS700W
/Description
59 Package set optimized for the Cellvision CAS-700W device.
63 NAME
:=Cellvision CAS-771 IP camera
(Experimental
)
64 PACKAGES
:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
67 define Profile
/CAS771
/Description
68 Package set optimized for the Cellvision CAS-771 device.
71 define Profile
/CAS771W
72 NAME
:=Cellvision CAS-771W IP camera
(Experimental
)
73 PACKAGES
:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500-pci
76 define Profile
/CAS771W
/Description
77 Package set optimized for the Cellvision CAS-771W device.
81 NAME
:=Cellvision CAS-790 IP camera
(Experimental
)
82 # TODO: add default packages
85 define Profile
/CAS790
/Description
86 Package set optimized for the Cellvision CAS-790 device.
90 NAME
:=Cellvision CAS-861 IP camera
(Experimental
)
91 # TODO: add default packages
94 define Profile
/CAS861
/Description
95 Package set optimized for the Cellvision CAS-861 device.
98 define Profile
/CAS861W
99 NAME
:=Cellvision CAS-861W IP camera
(Experimental
)
100 PACKAGES
:=kmod-rt2500-pci
103 define Profile
/CAS861W
/Description
104 Package set optimized for the Cellvision CAS-861W device.
107 define Profile
/NFS101U
108 NAME
:=Cellvision NFS-101U Network File Server
(Experimental
)
111 define Profile
/NFS101U
/Description
112 Package set optimized for the Cellvision NFS-101U device.
115 define Profile
/NFS101WU
116 NAME
:=Cellvision NFS-101WU Network File Server
(Experimental
)
119 define Profile
/NFS101WU
/Description
120 Package set optimized for the Cellvision NFS-101WU device.
123 $(eval
$(call Profile
,CAS630
))
124 $(eval
$(call Profile
,CAS630W
))
125 $(eval
$(call Profile
,CAS670
))
126 $(eval
$(call Profile
,CAS670W
))
127 $(eval
$(call Profile
,CAS700
))
128 $(eval
$(call Profile
,CAS700W
))
129 $(eval
$(call Profile
,CAS771
))
130 $(eval
$(call Profile
,CAS771W
))
131 $(eval
$(call Profile
,CAS790
))
132 $(eval
$(call Profile
,CAS861
))
133 $(eval
$(call Profile
,CAS861W
))
134 $(eval
$(call Profile
,NFS101U
))
135 $(eval
$(call Profile
,NFS101WU
))