summaryrefslogtreecommitdiff
path: root/target/linux/adm5120/router_le/profiles/Cellvision.mk
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-09-11 17:55:08 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-09-11 17:55:08 +0000
commitddec515a092c690fba6fece4c50021b4a648badb (patch)
tree043a476447f79956367214dc7e8a7bdd12ffa0e7 /target/linux/adm5120/router_le/profiles/Cellvision.mk
parent9bf211bb9027e2f87ba56e415cae7cef228e9652 (diff)
downloadmtk-20170518-ddec515a092c690fba6fece4c50021b4a648badb.zip
mtk-20170518-ddec515a092c690fba6fece4c50021b4a648badb.tar.gz
mtk-20170518-ddec515a092c690fba6fece4c50021b4a648badb.tar.bz2
rewrite image generation
SVN-Revision: 8755
Diffstat (limited to 'target/linux/adm5120/router_le/profiles/Cellvision.mk')
-rw-r--r--target/linux/adm5120/router_le/profiles/Cellvision.mk23
1 files changed, 17 insertions, 6 deletions
diff --git a/target/linux/adm5120/router_le/profiles/Cellvision.mk b/target/linux/adm5120/router_le/profiles/Cellvision.mk
index 6912f13..38f6935 100644
--- a/target/linux/adm5120/router_le/profiles/Cellvision.mk
+++ b/target/linux/adm5120/router_le/profiles/Cellvision.mk
@@ -5,12 +5,23 @@
# See /LICENSE for more information.
#
-define Profile/Cellvision
- NAME:=Cellvision CAS-63x/77x cameras
- PACKAGES:=kmod-rt2500 kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
+define Profile/CAS-771
+ NAME:=Cellvision CAS-771 IP camera
+ PACKAGES:=kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
endef
-define Profile/Cellvision/Description
- Package set compatible with the Cellvision CAS devices, including Wireless variants.
+define Profile/CAS-771/Description
+ Package set optimized for the Cellvision CAS-771 device.
endef
-$(eval $(call Profile,Cellvision))
+
+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))