100-Generic.mk 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #
  2. # Copyright (C) 2014 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/POGOPLUG_PRO
  8. NAME:=PogoPlug Pro
  9. endef
  10. define Profile/POGOPLUG_PRO/Description
  11. Profile with built-in ox820 PogoPlug Pro device-tree
  12. (board with miniPCIe slot)
  13. endef
  14. define Profile/POGOPLUG_V3
  15. NAME:=PogoPlug V3
  16. endef
  17. define Profile/POGOPLUG_V3/Description
  18. Profile with built-in ox820 PogoPlug V3 device-tree
  19. (board without miniPCIe slot)
  20. endef
  21. define Profile/STG212
  22. NAME:=MitraStar STG-212
  23. endef
  24. define Profile/STG212/Description
  25. Profile with built-in ox820 STG-212 device-tree
  26. endef
  27. define Profile/KD20
  28. NAME:=Shuttle KD20
  29. PACKAGES:= \
  30. kmod-usb3 kmod-usb-storage kmod-i2c-gpio kmod-rtc-pcf8563 \
  31. kmod-gpio-beeper kmod-hwmon-core kmod-hwmon-gpiofan
  32. endef
  33. define Profile/KD20/Description
  34. Profile with built-in ox820 KD20 device-tree
  35. endef
  36. $(eval $(call Profile,POGOPLUG_PRO))
  37. $(eval $(call Profile,POGOPLUG_V3))
  38. $(eval $(call Profile,STG212))
  39. $(eval $(call Profile,KD20))