X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fadm5120%2Frouter_le%2Fprofiles%2FCellvision.mk;h=9fa1e02330e12cc9d1a8ba0fadfd0050f7bf9bf2;hb=1412f896116e71ec73c520ea1aacf2ea2172f65d;hp=218c2b5079854fd098b604c17f7349b011838da2;hpb=0e1fdaed68bcf0a5f539dc11a1f720c852550dc7;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/adm5120/router_le/profiles/Cellvision.mk b/target/linux/adm5120/router_le/profiles/Cellvision.mk index 218c2b5079..9fa1e02330 100644 --- a/target/linux/adm5120/router_le/profiles/Cellvision.mk +++ b/target/linux/adm5120/router_le/profiles/Cellvision.mk @@ -1,13 +1,54 @@ # -# Copyright (C) 2007,2008 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/CAS630 + NAME:=Cellvision CAS-630 IP camera (Experimental) + # TODO: add default packages + PACKAGES:=-hostapd-mini +endef + +define Profile/CAS630/Description + Package set optimized for the Cellvision CAS-630 device. +endef + +define Profile/CAS630W + NAME:=Cellvision CAS-630W IP camera (Experimental) + # TODO: add default packages + PACKAGES:=-hostapd-mini +endef + +define Profile/CAS630W/Description + Package set optimized for the Cellvision CAS-630W device. +endef + +define Profile/CAS670 + NAME:=Cellvision CAS-670 IP camera (Experimental) + # TODO: add default packages + PACKAGES:=-hostapd-mini +endef + +define Profile/CAS670/Description + Package set optimized for the Cellvision CAS-670 device. +endef + +define Profile/CAS670W + NAME:=Cellvision CAS-670W IP camera (Experimental) + # TODO: add default packages + PACKAGES:=-hostapd-mini +endef + +define Profile/CAS670W/Description + Package set optimized for the Cellvision CAS-670 device. +endef + define Profile/CAS700 - NAME:=Cellvision CAS-700 IP camera (Untested) + NAME:=Cellvision CAS-700 IP camera (Experimental) # TODO: add default packages + PACKAGES:=-hostapd-mini endef define Profile/CAS700/Description @@ -15,8 +56,9 @@ define Profile/CAS700/Description endef define Profile/CAS700W - NAME:=Cellvision CAS-700W IP camera (Untested) + NAME:=Cellvision CAS-700W IP camera (Experimental) # TODO: add default packages + PACKAGES:=-hostapd-mini endef define Profile/CAS700W/Description @@ -24,8 +66,8 @@ define Profile/CAS700W/Description endef define Profile/CAS771 - NAME:=Cellvision CAS-771 IP camera (Untested) - PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio + NAME:=Cellvision CAS-771 IP camera (Experimental) + PACKAGES:=-hostapd-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio endef define Profile/CAS771/Description @@ -33,8 +75,8 @@ define Profile/CAS771/Description endef define Profile/CAS771W - NAME:=Cellvision CAS-771W IP camera (Untested) - PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500 + NAME:=Cellvision CAS-771W IP camera (Experimental) + PACKAGES:=-hostapd-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500-pci endef define Profile/CAS771W/Description @@ -42,8 +84,9 @@ define Profile/CAS771W/Description endef define Profile/CAS790 - NAME:=Cellvision CAS-790 IP camera (Untested) + NAME:=Cellvision CAS-790 IP camera (Experimental) # TODO: add default packages + PACKAGES:=-hostapd-mini endef define Profile/CAS790/Description @@ -51,8 +94,9 @@ define Profile/CAS790/Description endef define Profile/CAS861 - NAME:=Cellvision CAS-861 IP camera (Untested) + NAME:=Cellvision CAS-861 IP camera (Experimental) # TODO: add default packages + PACKAGES:=-hostapd-mini endef define Profile/CAS861/Description @@ -60,14 +104,36 @@ define Profile/CAS861/Description endef define Profile/CAS861W - NAME:=Cellvision CAS-861W IP camera (Untested) - PACKAGES:=kmod-rt2500 + NAME:=Cellvision CAS-861W IP camera (Experimental) + PACKAGES:=kmod-rt2500-pci endef define Profile/CAS861W/Description Package set optimized for the Cellvision CAS-861W device. endef +define Profile/NFS101U + NAME:=Cellvision NFS-101U Network File Server (Experimental) + PACKAGES:=-hostapd-mini +endef + +define Profile/NFS101U/Description + Package set optimized for the Cellvision NFS-101U device. +endef + +define Profile/NFS101WU + NAME:=Cellvision NFS-101WU Network File Server (Experimental) + PACKAGES:=-hostapd-mini +endef + +define Profile/NFS101WU/Description + Package set optimized for the Cellvision NFS-101WU device. +endef + +$(eval $(call Profile,CAS630)) +$(eval $(call Profile,CAS630W)) +$(eval $(call Profile,CAS670)) +$(eval $(call Profile,CAS670W)) $(eval $(call Profile,CAS700)) $(eval $(call Profile,CAS700W)) $(eval $(call Profile,CAS771)) @@ -75,3 +141,6 @@ $(eval $(call Profile,CAS771W)) $(eval $(call Profile,CAS790)) $(eval $(call Profile,CAS861)) $(eval $(call Profile,CAS861W)) +$(eval $(call Profile,NFS101U)) +$(eval $(call Profile,NFS101WU)) +