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
11 PACKAGES
:=-hostapd-mini
14 define Profile
/CAS630
/Description
15 Package set optimized for the Cellvision CAS-630 device.
18 define Profile
/CAS630W
19 NAME
:=Cellvision CAS-630W IP camera
(Experimental
)
20 # TODO: add default packages
21 PACKAGES
:=-hostapd-mini
24 define Profile
/CAS630W
/Description
25 Package set optimized for the Cellvision CAS-630W device.
29 NAME
:=Cellvision CAS-670 IP camera
(Experimental
)
30 # TODO: add default packages
31 PACKAGES
:=-hostapd-mini
34 define Profile
/CAS670
/Description
35 Package set optimized for the Cellvision CAS-670 device.
38 define Profile
/CAS670W
39 NAME
:=Cellvision CAS-670W IP camera
(Experimental
)
40 # TODO: add default packages
41 PACKAGES
:=-hostapd-mini
44 define Profile
/CAS670W
/Description
45 Package set optimized for the Cellvision CAS-670 device.
49 NAME
:=Cellvision CAS-700 IP camera
(Experimental
)
50 # TODO: add default packages
51 PACKAGES
:=-hostapd-mini
54 define Profile
/CAS700
/Description
55 Package set optimized for the Cellvision CAS-700 device.
58 define Profile
/CAS700W
59 NAME
:=Cellvision CAS-700W IP camera
(Experimental
)
60 # TODO: add default packages
61 PACKAGES
:=-hostapd-mini
64 define Profile
/CAS700W
/Description
65 Package set optimized for the Cellvision CAS-700W device.
69 NAME
:=Cellvision CAS-771 IP camera
(Experimental
)
70 PACKAGES
:=-hostapd-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
73 define Profile
/CAS771
/Description
74 Package set optimized for the Cellvision CAS-771 device.
77 define Profile
/CAS771W
78 NAME
:=Cellvision CAS-771W IP camera
(Experimental
)
79 PACKAGES
:=-hostapd-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500-pci
82 define Profile
/CAS771W
/Description
83 Package set optimized for the Cellvision CAS-771W device.
87 NAME
:=Cellvision CAS-790 IP camera
(Experimental
)
88 # TODO: add default packages
89 PACKAGES
:=-hostapd-mini
92 define Profile
/CAS790
/Description
93 Package set optimized for the Cellvision CAS-790 device.
97 NAME
:=Cellvision CAS-861 IP camera
(Experimental
)
98 # TODO: add default packages
99 PACKAGES
:=-hostapd-mini
102 define Profile
/CAS861
/Description
103 Package set optimized for the Cellvision CAS-861 device.
106 define Profile
/CAS861W
107 NAME
:=Cellvision CAS-861W IP camera
(Experimental
)
108 PACKAGES
:=kmod-rt2500-pci
111 define Profile
/CAS861W
/Description
112 Package set optimized for the Cellvision CAS-861W device.
115 define Profile
/NFS101U
116 NAME
:=Cellvision NFS-101U Network File Server
(Experimental
)
117 PACKAGES
:=-hostapd-mini kmod-usb-ohci kmod-usb2
120 define Profile
/NFS101U
/Description
121 Package set optimized for the Cellvision NFS-101U device.
124 define Profile
/NFS101WU
125 NAME
:=Cellvision NFS-101WU Network File Server
(Experimental
)
126 PACKAGES
:=-hostapd-mini kmod-usb-ohci kmod-usb2
129 define Profile
/NFS101WU
/Description
130 Package set optimized for the Cellvision NFS-101WU device.
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
))