2007-06-12 05:35:12 +08:00
|
|
|
#
|
2008-01-15 00:14:53 +08:00
|
|
|
# Copyright (C) 2007,2008 OpenWrt.org
|
2007-06-12 05:35:12 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2008-01-15 00:14:53 +08:00
|
|
|
define Profile/CAS700
|
|
|
|
NAME:=Cellvision CAS-700 IP camera (Untested)
|
|
|
|
# TODO: add default packages
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS700/Description
|
|
|
|
Package set optimized for the Cellvision CAS-700 device.
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS700W
|
|
|
|
NAME:=Cellvision CAS-700W IP camera (Untested)
|
|
|
|
# TODO: add default packages
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS700W/Description
|
|
|
|
Package set optimized for the Cellvision CAS-700W device.
|
|
|
|
endef
|
|
|
|
|
2007-10-05 16:29:58 +08:00
|
|
|
define Profile/CAS771
|
2008-01-15 00:14:53 +08:00
|
|
|
NAME:=Cellvision CAS-771 IP camera (Untested)
|
2007-09-17 03:21:23 +08:00
|
|
|
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
|
2007-06-12 05:35:12 +08:00
|
|
|
endef
|
|
|
|
|
2007-10-05 16:29:58 +08:00
|
|
|
define Profile/CAS771/Description
|
2007-09-12 01:55:08 +08:00
|
|
|
Package set optimized for the Cellvision CAS-771 device.
|
2007-06-12 05:35:12 +08:00
|
|
|
endef
|
2007-09-12 01:55:08 +08:00
|
|
|
|
2007-10-05 16:29:58 +08:00
|
|
|
define Profile/CAS771W
|
2008-01-15 00:14:53 +08:00
|
|
|
NAME:=Cellvision CAS-771W IP camera (Untested)
|
2007-09-17 03:21:23 +08:00
|
|
|
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
|
2007-09-12 01:55:08 +08:00
|
|
|
endef
|
|
|
|
|
2007-10-05 16:29:58 +08:00
|
|
|
define Profile/CAS771W/Description
|
2007-09-12 01:55:08 +08:00
|
|
|
Package set optimized for the Cellvision CAS-771W device.
|
|
|
|
endef
|
|
|
|
|
2008-01-15 00:14:53 +08:00
|
|
|
define Profile/CAS790
|
|
|
|
NAME:=Cellvision CAS-790 IP camera (Untested)
|
|
|
|
# TODO: add default packages
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS790/Description
|
|
|
|
Package set optimized for the Cellvision CAS-790 device.
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS861
|
|
|
|
NAME:=Cellvision CAS-861 IP camera (Untested)
|
|
|
|
# TODO: add default packages
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS861/Description
|
|
|
|
Package set optimized for the Cellvision CAS-861 device.
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS861W
|
|
|
|
NAME:=Cellvision CAS-861W IP camera (Untested)
|
|
|
|
PACKAGES:=kmod-rt2500
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS861W/Description
|
|
|
|
Package set optimized for the Cellvision CAS-861W device.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,CAS700))
|
|
|
|
$(eval $(call Profile,CAS700W))
|
2007-10-05 16:29:58 +08:00
|
|
|
$(eval $(call Profile,CAS771))
|
|
|
|
$(eval $(call Profile,CAS771W))
|
2008-01-15 00:14:53 +08:00
|
|
|
$(eval $(call Profile,CAS790))
|
|
|
|
$(eval $(call Profile,CAS861))
|
|
|
|
$(eval $(call Profile,CAS861W))
|