summaryrefslogtreecommitdiffstats
path: root/docs/index.html
blob: f5c0ea700e1d28d092215a228a8c1910fcea229a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!--#include file="header.html" -->

<div class="hero-unit">
  <div class="row-fluid">
    <img src="images/logo.png" height="170" width="170" style="float: right;"
        alt="Buildroot logo" />
    <div class="span8">
      <h1>Buildroot<br/><small>Making Embedded Linux Easy</small></h1>
      <p>Buildroot is a simple, efficient and easy-to-use tool to generate
      embedded Linux systems through cross-compilation.</p>
    </div>
    <div class="button_column pull-right">
      <div class="btn-group btn-group-justified">
        <div class="btn-group">
          <a class="btn btn-primary btn-large" href="/about.html">Learn more &raquo;</a>
        </div>
        <div class="btn-group">
          <a class="btn btn-primary btn-large" href="/download.html">Download &raquo;</a>
        </div>
      </div>
    </div>
  </div>
</div>

<div class="row" style="line-height: 17px;">
  <div class="span6" id="commit-activity">
    <a href="http://git.buildroot.net/buildroot"><h2>Recent commits</h2></a>
  </div>
  <div class="span6" id="mailing-list-activity">
    <a href="http://dir.gmane.org/gmane.comp.lib.uclibc.buildroot"><h2>Recent discussions</h2></a>
  </div>
</div>

<!--#include file="footer.html" -->
OpenPOWER on IntegriCloud