major target cleanup. it is now possible to have subtargets that can override many...
[openwrt/staging/yousong.git] / target / linux / adm5120 / router_le / profiles / Cellvision.mk
1 #
2 # Copyright (C) 2007 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/Cellvision
9 NAME:=Cellvision CAS-63x/77x cameras
10 PACKAGES:=kmod-rt2500 kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
11 endef
12
13 define Profile/Cellvision/Description
14 Package set compatible with the Cellvision CAS devices, including Wireless variants.
15 endef
16 $(eval $(call Profile,Cellvision))