2007-06-12 05:35:12 +08:00
|
|
|
#
|
2007-06-13 06:29:31 +08:00
|
|
|
# Copyright (C) 2007 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.
|
|
|
|
#
|
|
|
|
|
2007-09-12 01:55:08 +08:00
|
|
|
define Profile/CAS-771
|
|
|
|
NAME:=Cellvision CAS-771 IP camera
|
|
|
|
PACKAGES:=kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
|
2007-06-12 05:35:12 +08:00
|
|
|
endef
|
|
|
|
|
2007-09-12 01:55:08 +08:00
|
|
|
define Profile/CAS-771/Description
|
|
|
|
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
|
|
|
|
|
|
|
define Profile/CAS-771W
|
|
|
|
NAME:=Cellvision CAS-771W IP camera
|
|
|
|
PACKAGES:=kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
|
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/CAS-771W/Description
|
|
|
|
Package set optimized for the Cellvision CAS-771W device.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,CAS-771))
|
|
|
|
$(eval $(call Profile,CAS-771W))
|