[adm5120] remove dashes from profile names
[openwrt/svn-archive/archive.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/CAS771
9 NAME:=Cellvision CAS-771 IP camera
10 PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
11 endef
12
13 define Profile/CAS771/Description
14 Package set optimized for the Cellvision CAS-771 device.
15 endef
16
17 define Profile/CAS771W
18 NAME:=Cellvision CAS-771W IP camera
19 PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
20 endef
21
22 define Profile/CAS771W/Description
23 Package set optimized for the Cellvision CAS-771W device.
24 endef
25
26 $(eval $(call Profile,CAS771))
27 $(eval $(call Profile,CAS771W))