pcs.mk 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. #
  2. # Copyright (C) 2009 OpenWrt.org
  3. # Copyright (C) 2012 PowerCloud Systems
  4. #
  5. # This is free software, licensed under the GNU General Public License v2.
  6. # See /LICENSE for more information.
  7. #
  8. define Profile/UBDEV01
  9. NAME:=PowerCloud Systems ubdev01 model
  10. PACKAGES:=
  11. endef
  12. define Profile/UBDEV01/Description
  13. Package set optimized for the PowerCloud Systems ubdev01 board.
  14. endef
  15. $(eval $(call Profile,UBDEV01))
  16. define Profile/DLRTDEV01
  17. NAME:=PowerCloud Systems dlrtdev01 model
  18. PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev
  19. endef
  20. define Profile/DLRTDEV01/Description
  21. Package set optimized for the PowerCloud Systems dlrtdev01 board.
  22. endef
  23. $(eval $(call Profile,DLRTDEV01))
  24. define Profile/CAP324
  25. NAME:=PowerCloud CAP324 Cloud AP
  26. PACKAGES:=uboot-envtools
  27. endef
  28. define Profile/CAP324/Description
  29. Package set optimized for the PowerCloud Systems CAP324 Cloud AP
  30. The CAP324 Cloud AP is a device sold by PowerCloud Systems
  31. who's stock firmware (CloudCommand) provides 'cloud' based
  32. managment of large numbers of access points.
  33. The CAP324 is a dual-band 802.11n wireless access point with 16MB
  34. flash and 128MB RAM and single gigabit ethernet port. It can be
  35. powered via PoE or a wall wart.
  36. endef
  37. $(eval $(call Profile,CAP324))
  38. define Profile/CR3000
  39. NAME:=PowerCloud CR3000 Cloud Router
  40. PACKAGES:=uboot-envtools
  41. endef
  42. define Profile/CR3000/Description
  43. Package set optimized for the PowerCloud Systems CR3000 Cloud Router
  44. The CR3000 is a device sold by PowerCloud Systems as a hardware
  45. option for their Skydog cloud-managed Wifi solution.
  46. The CR3000 is a 2.4 GHz 802.11n wireless router with 8MB
  47. flash and 64MB RAM, four-port fast ethernet switch, and fast
  48. ethernet WAN port.
  49. endef
  50. $(eval $(call Profile,CR3000))
  51. define Profile/CR5000
  52. NAME:=PowerCloud CR5000 Cloud Router
  53. PACKAGES:=uboot-envtools kmod-usb2 kmod-usb-ohci kmod-ledtrig-usbdev kmod-usb-core
  54. endef
  55. define Profile/CR5000/Description
  56. Package set optimized for the PowerCloud Systems CR5000 Cloud Router
  57. The CR5000 is a device sold by PowerCloud Systems as a hardware
  58. option for their Skydog cloud-managed Wifi solution.
  59. The CR5000 is a dual band GHz 802.11n wireless router with 8MB
  60. flash and 64MB RAM, a five port gigabit switch and a USB 2.0
  61. port which was unused in the stock firmware.
  62. endef
  63. $(eval $(call Profile,CR5000))