diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-14 16:14:53 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-01-14 16:14:53 +0000 |
commit | a2a35827a050738d696fc0f6a1df90eb596c7c69 (patch) | |
tree | e85a3c576741d028c4612d36816133fd1f471ca5 /target/linux/adm5120/router_le | |
parent | 36ee68ed14272764432bf1c952711f3e3b9e2289 (diff) |
[adm5120] generate firmware images for the CAS-700/771/790/861 devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10193 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/router_le')
-rw-r--r-- | target/linux/adm5120/router_le/profiles/Cellvision.mk | 56 |
1 files changed, 53 insertions, 3 deletions
diff --git a/target/linux/adm5120/router_le/profiles/Cellvision.mk b/target/linux/adm5120/router_le/profiles/Cellvision.mk index 44656ffe9..218c2b507 100644 --- a/target/linux/adm5120/router_le/profiles/Cellvision.mk +++ b/target/linux/adm5120/router_le/profiles/Cellvision.mk @@ -1,12 +1,30 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007,2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # +define Profile/CAS700 + NAME:=Cellvision CAS-700 IP camera (Untested) + # TODO: add default packages +endef + +define Profile/CAS700/Description + Package set optimized for the Cellvision CAS-700 device. +endef + +define Profile/CAS700W + NAME:=Cellvision CAS-700W IP camera (Untested) + # TODO: add default packages +endef + +define Profile/CAS700W/Description + Package set optimized for the Cellvision CAS-700W device. +endef + define Profile/CAS771 - NAME:=Cellvision CAS-771 IP camera + NAME:=Cellvision CAS-771 IP camera (Untested) PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio endef @@ -15,7 +33,7 @@ define Profile/CAS771/Description endef define Profile/CAS771W - NAME:=Cellvision CAS-771W IP camera + NAME:=Cellvision CAS-771W IP camera (Untested) PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500 endef @@ -23,5 +41,37 @@ define Profile/CAS771W/Description Package set optimized for the Cellvision CAS-771W device. endef +define Profile/CAS790 + NAME:=Cellvision CAS-790 IP camera (Untested) + # TODO: add default packages +endef + +define Profile/CAS790/Description + Package set optimized for the Cellvision CAS-790 device. +endef + +define Profile/CAS861 + NAME:=Cellvision CAS-861 IP camera (Untested) + # TODO: add default packages +endef + +define Profile/CAS861/Description + Package set optimized for the Cellvision CAS-861 device. +endef + +define Profile/CAS861W + NAME:=Cellvision CAS-861W IP camera (Untested) + PACKAGES:=kmod-rt2500 +endef + +define Profile/CAS861W/Description + Package set optimized for the Cellvision CAS-861W device. +endef + +$(eval $(call Profile,CAS700)) +$(eval $(call Profile,CAS700W)) $(eval $(call Profile,CAS771)) $(eval $(call Profile,CAS771W)) +$(eval $(call Profile,CAS790)) +$(eval $(call Profile,CAS861)) +$(eval $(call Profile,CAS861W)) |