2
1

support.html 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!--#include file="header.html" -->
  2. <h2>Support</h2>
  3. You can get support for Buildroot through three main channels:
  4. <h3>IRC</h3>
  5. The Buildroot IRC is <a href="irc://freenode.net/#buildroot">#buildroot</a>.
  6. The channel #buildroot is hosted on Freenode <a href="http://webchat.freenode.net">WebChat</a>.
  7. When asking for help on IRC, share relevant logs or pieces of code using a code
  8. sharing website.
  9. <h3>Mailing List Information</h3>
  10. The <a href="/lists/buildroot/">mailing list</a> is for discussion and
  11. development. You can subscribe by visiting
  12. <a href="http://lists.busybox.net/mailman/listinfo/buildroot">this page</a>.
  13. Only subscribers to the Buildroot mailing list are allowed to post
  14. to this list.
  15. <p>
  16. The list is also available through <a
  17. href="http://gmane.org">Gmane</a> at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
  18. <p>
  19. <h4>Search the List Archives</h4>
  20. Please search the mailing list archives before asking questions on the mailing
  21. list, since there is a good chance someone else has asked the same question
  22. before. Checking the archives is a great way to avoid annoying everyone on the
  23. list with frequently asked questions...
  24. <p>
  25. <form method="get" action="http://search.gmane.org/">
  26. <input type="text" name="query">
  27. <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot">
  28. <input type="submit" value="Search">
  29. </form>
  30. <h3>Bug Tracker</h3>
  31. If you encounter any problems while using Buildroot, you can use the <a href="https://bugs.uclibc.org/">Bug Tracker</a>
  32. to post your bugs and/or participate to find solutions to existing problems.
  33. Note: Patch are only accepted through the mailing list.
  34. <!--#include file="footer.html" -->