2007-06-11 21:35:12 +00:00
|
|
|
#
|
2007-06-12 22:29:31 +00:00
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
2007-06-11 21:35:12 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2007-10-05 08:29:58 +00:00
|
|
|
define Profile/CAS771
|
2007-09-11 17:55:08 +00:00
|
|
|
NAME:=Cellvision CAS-771 IP camera
|
2007-09-16 19:21:23 +00:00
|
|
|
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
|
2007-06-11 21:35:12 +00:00
|
|
|
endef
|
|
|
|
|
2007-10-05 08:29:58 +00:00
|
|
|
define Profile/CAS771/Description
|
2007-09-11 17:55:08 +00:00
|
|
|
Package set optimized for the Cellvision CAS-771 device.
|
2007-06-11 21:35:12 +00:00
|
|
|
endef
|
2007-09-11 17:55:08 +00:00
|
|
|
|
2007-10-05 08:29:58 +00:00
|
|
|
define Profile/CAS771W
|
2007-09-11 17:55:08 +00:00
|
|
|
NAME:=Cellvision CAS-771W IP camera
|
2007-09-16 19:21:23 +00:00
|
|
|
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
|
2007-09-11 17:55:08 +00:00
|
|
|
endef
|
|
|
|
|
2007-10-05 08:29:58 +00:00
|
|
|
define Profile/CAS771W/Description
|
2007-09-11 17:55:08 +00:00
|
|
|
Package set optimized for the Cellvision CAS-771W device.
|
|
|
|
endef
|
|
|
|
|
2007-10-05 08:29:58 +00:00
|
|
|
$(eval $(call Profile,CAS771))
|
|
|
|
$(eval $(call Profile,CAS771W))
|