Cellvision.mk 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. define Profile/CAS630
  8. NAME:=Cellvision CAS-630 IP camera (Experimental)
  9. # TODO: add default packages
  10. PACKAGES:=-wpad-mini
  11. endef
  12. define Profile/CAS630/Description
  13. Package set optimized for the Cellvision CAS-630 device.
  14. endef
  15. define Profile/CAS630W
  16. NAME:=Cellvision CAS-630W IP camera (Experimental)
  17. # TODO: add default packages
  18. PACKAGES:=-wpad-mini
  19. endef
  20. define Profile/CAS630W/Description
  21. Package set optimized for the Cellvision CAS-630W device.
  22. endef
  23. define Profile/CAS670
  24. NAME:=Cellvision CAS-670 IP camera (Experimental)
  25. # TODO: add default packages
  26. PACKAGES:=-wpad-mini
  27. endef
  28. define Profile/CAS670/Description
  29. Package set optimized for the Cellvision CAS-670 device.
  30. endef
  31. define Profile/CAS670W
  32. NAME:=Cellvision CAS-670W IP camera (Experimental)
  33. # TODO: add default packages
  34. PACKAGES:=-wpad-mini
  35. endef
  36. define Profile/CAS670W/Description
  37. Package set optimized for the Cellvision CAS-670 device.
  38. endef
  39. define Profile/CAS700
  40. NAME:=Cellvision CAS-700 IP camera (Experimental)
  41. # TODO: add default packages
  42. PACKAGES:=-wpad-mini
  43. endef
  44. define Profile/CAS700/Description
  45. Package set optimized for the Cellvision CAS-700 device.
  46. endef
  47. define Profile/CAS700W
  48. NAME:=Cellvision CAS-700W IP camera (Experimental)
  49. # TODO: add default packages
  50. PACKAGES:=-wpad-mini
  51. endef
  52. define Profile/CAS700W/Description
  53. Package set optimized for the Cellvision CAS-700W device.
  54. endef
  55. define Profile/CAS771
  56. NAME:=Cellvision CAS-771 IP camera (Experimental)
  57. PACKAGES:=-wpad-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
  58. endef
  59. define Profile/CAS771/Description
  60. Package set optimized for the Cellvision CAS-771 device.
  61. endef
  62. define Profile/CAS771W
  63. NAME:=Cellvision CAS-771W IP camera (Experimental)
  64. PACKAGES:=-wpad-mini kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500-pci
  65. endef
  66. define Profile/CAS771W/Description
  67. Package set optimized for the Cellvision CAS-771W device.
  68. endef
  69. define Profile/CAS790
  70. NAME:=Cellvision CAS-790 IP camera (Experimental)
  71. # TODO: add default packages
  72. PACKAGES:=-wpad-mini
  73. endef
  74. define Profile/CAS790/Description
  75. Package set optimized for the Cellvision CAS-790 device.
  76. endef
  77. define Profile/CAS861
  78. NAME:=Cellvision CAS-861 IP camera (Experimental)
  79. # TODO: add default packages
  80. PACKAGES:=-wpad-mini
  81. endef
  82. define Profile/CAS861/Description
  83. Package set optimized for the Cellvision CAS-861 device.
  84. endef
  85. define Profile/CAS861W
  86. NAME:=Cellvision CAS-861W IP camera (Experimental)
  87. PACKAGES:=kmod-rt2500-pci
  88. endef
  89. define Profile/CAS861W/Description
  90. Package set optimized for the Cellvision CAS-861W device.
  91. endef
  92. define Profile/NFS101U
  93. NAME:=Cellvision NFS-101U Network File Server (Experimental)
  94. PACKAGES:=-wpad-mini kmod-usb-ohci kmod-usb2
  95. endef
  96. define Profile/NFS101U/Description
  97. Package set optimized for the Cellvision NFS-101U device.
  98. endef
  99. define Profile/NFS101WU
  100. NAME:=Cellvision NFS-101WU Network File Server (Experimental)
  101. PACKAGES:=-wpad-mini kmod-usb-ohci kmod-usb2
  102. endef
  103. define Profile/NFS101WU/Description
  104. Package set optimized for the Cellvision NFS-101WU device.
  105. endef
  106. $(eval $(call Profile,CAS630))
  107. $(eval $(call Profile,CAS630W))
  108. $(eval $(call Profile,CAS670))
  109. $(eval $(call Profile,CAS670W))
  110. $(eval $(call Profile,CAS700))
  111. $(eval $(call Profile,CAS700W))
  112. $(eval $(call Profile,CAS771))
  113. $(eval $(call Profile,CAS771W))
  114. $(eval $(call Profile,CAS790))
  115. $(eval $(call Profile,CAS861))
  116. $(eval $(call Profile,CAS861W))
  117. $(eval $(call Profile,NFS101U))
  118. $(eval $(call Profile,NFS101WU))