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.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/Cellvision
|
|
|
|
NAME:=Cellvision CAS-63x/77x cameras
|
2007-06-18 23:32:14 +08:00
|
|
|
PACKAGES:=kmod-rt2500 kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
|
2007-06-12 05:35:12 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/Cellvision/Description
|
2007-06-13 06:29:31 +08:00
|
|
|
Package set compatible with the Cellvision CAS devices, including Wireless variants.
|
2007-06-12 05:35:12 +08:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,Cellvision))
|