gli.mk 939 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #
  2. # Copyright (C) 2013 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/GLINET
  8. NAME:=GL.iNet 6416
  9. PACKAGES:=kmod-usb-core kmod-usb2
  10. endef
  11. define Profile/GLINET/Description
  12. Package set optimized for the GL-Connect GL.iNet v1.
  13. endef
  14. $(eval $(call Profile,GLINET))
  15. define Profile/GL-AR150
  16. NAME:=GL AR150
  17. PACKAGES:=kmod-usb-core kmod-usb2
  18. endef
  19. define Profile/GL-AR150/Description
  20. Configuration of GL AR150.
  21. endef
  22. $(eval $(call Profile,GL-AR150))
  23. define Profile/GL-AR300
  24. NAME:=GL AR300
  25. PACKAGES:=kmod-usb-core kmod-usb2
  26. endef
  27. define Profile/GL-AR300/Description
  28. Configuration of GL AR300.
  29. endef
  30. $(eval $(call Profile,GL-AR300))
  31. define Profile/DOMINO
  32. NAME:=GL Domino Pi
  33. PACKAGES:=kmod-usb-core kmod-usb2
  34. endef
  35. define Profile/DOMINO/Description
  36. Configuration of Domino, Wifi for everything.
  37. endef
  38. $(eval $(call Profile,DOMINO))