The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / docs / website / support.html
1 <!--#include file="header.html" -->
2
3 <div class="row">
4 <div class="col-sm-10 col-sm-offset-1">
5
6 <h2>Support</h2>
7
8 <p>You can get support for Buildroot through three main channels:</p>
9
10 <h3>IRC</h3>
11 <p>The Buildroot IRC channel is <a href="irc://freenode.net/#buildroot">
12 #buildroot</a>, hosted on Freenode. If you do not have an IRC client, you can
13 use the <a href="http://webchat.freenode.net">Freenode web interface</a>.
14 When asking for help on IRC, share relevant logs or pieces of code using a code
15 sharing website.</p>
16
17 <h3>Mailing List Information</h3>
18 <p>The <a href="/lists/buildroot/">mailing list</a> is for discussion and
19 development.  You can subscribe by visiting
20 <a href="http://lists.busybox.net/mailman/listinfo/buildroot">this page</a>.
21 Only subscribers to the Buildroot mailing list are allowed to post
22 to this list.</p>
23
24 <p>The list is also available through <a
25 href="http://gmane.org">Gmane</a> at <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot">gmane.comp.lib.uclibc.buildroot</a>.
26 </p>
27
28 <h4>Search the List Archives</h4>
29 <p>Please search the mailing list archives before asking questions on the mailing
30 list, since there is a good chance someone else has asked the same question
31 before.  Checking the archives is a great way to avoid annoying everyone on the
32 list with frequently asked questions...</p>
33
34 <form method="get" action="http://search.gmane.org/">
35   <input type="text" name="query">
36   <input type="hidden" name="group" value="gmane.comp.lib.uclibc.buildroot">
37   <input type="submit" value="Search">
38 </form>
39
40 <h3>Bug Tracker</h3>
41
42 <p>If you encounter any problem while using Buildroot, you can use the
43 <a href="https://bugs.buildroot.org/">Bug Tracker</a> to post your bugs and/or
44 participate to find solutions to existing problems.</p>
45
46 <p>Note: patches are only accepted through the mailing list.</p>
47
48 </div><!--/.col-sm-10 -->
49 </div><!--/.row -->
50
51 <!--#include file="footer.html" -->