12345678910111213141516171819202122232425262728293031323334 |
- <!--#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 »</a>
- </div>
- <div class="btn-group">
- <a class="btn btn-primary btn-large" href="/download.html">Download »</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" -->
|