[adm5120] generate firmware images for the CAS-700/771/790/861 devices
[openwrt/svn-archive/archive.git] / target / linux / adm5120 / router_le / profiles / Cellvision.mk
1 #
2 # Copyright (C) 2007,2008 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/CAS700
9 NAME:=Cellvision CAS-700 IP camera (Untested)
10 # TODO: add default packages
11 endef
12
13 define Profile/CAS700/Description
14 Package set optimized for the Cellvision CAS-700 device.
15 endef
16
17 define Profile/CAS700W
18 NAME:=Cellvision CAS-700W IP camera (Untested)
19 # TODO: add default packages
20 endef
21
22 define Profile/CAS700W/Description
23 Package set optimized for the Cellvision CAS-700W device.
24 endef
25
26 define Profile/CAS771
27 NAME:=Cellvision CAS-771 IP camera (Untested)
28 PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
29 endef
30
31 define Profile/CAS771/Description
32 Package set optimized for the Cellvision CAS-771 device.
33 endef
34
35 define Profile/CAS771W
36 NAME:=Cellvision CAS-771W IP camera (Untested)
37 PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
38 endef
39
40 define Profile/CAS771W/Description
41 Package set optimized for the Cellvision CAS-771W device.
42 endef
43
44 define Profile/CAS790
45 NAME:=Cellvision CAS-790 IP camera (Untested)
46 # TODO: add default packages
47 endef
48
49 define Profile/CAS790/Description
50 Package set optimized for the Cellvision CAS-790 device.
51 endef
52
53 define Profile/CAS861
54 NAME:=Cellvision CAS-861 IP camera (Untested)
55 # TODO: add default packages
56 endef
57
58 define Profile/CAS861/Description
59 Package set optimized for the Cellvision CAS-861 device.
60 endef
61
62 define Profile/CAS861W
63 NAME:=Cellvision CAS-861W IP camera (Untested)
64 PACKAGES:=kmod-rt2500
65 endef
66
67 define Profile/CAS861W/Description
68 Package set optimized for the Cellvision CAS-861W device.
69 endef
70
71 $(eval $(call Profile,CAS700))
72 $(eval $(call Profile,CAS700W))
73 $(eval $(call Profile,CAS771))
74 $(eval $(call Profile,CAS771W))
75 $(eval $(call Profile,CAS790))
76 $(eval $(call Profile,CAS861))
77 $(eval $(call Profile,CAS861W))