diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-02 08:34:28 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-03-02 08:34:28 +0000 |
commit | adf922b33f51a6b0ab2f280736a167378ebb9a3d (patch) | |
tree | 02ecc6bdaeacfdd23a64b5fcfd78ad66a8f786fe /docs/buildroot.html | |
parent | 4aefa7fbb122073ccb3848b99930a9ecb7e9dcb7 (diff) | |
download | buildroot-novena-adf922b33f51a6b0ab2f280736a167378ebb9a3d.tar.gz buildroot-novena-adf922b33f51a6b0ab2f280736a167378ebb9a3d.zip |
docs/buildroot.html: we DO make releases nowadays
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index 24b173388..1bf3ac015 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -116,8 +116,12 @@ <h2><a name="download" id="download"></a>Obtaining Buildroot</h2> - <p>Buildroot is available as daily SVN snapshots or directly using - SVN. As of today, no stable releases of Buildroot are made. </p> + <p>Buildroot releases are made approximately every 3 + months. Direct SVN access and daily SVN snapshots are also + available if you want more bleeding edge.</p> + + <p>Releases are available at <a + href="http://buildroot.net/downloads/">http://buildroot.net/downloads/</a>.</p> <p>The latest snapshot is always available at <a href="http://buildroot.net/downloads/snapshots/buildroot-snapshot.tar.bz2">http://buildroot.net/downloads/snapshots/buildroot-snapshot.tar.bz2</a>, @@ -127,7 +131,7 @@ <p>To download Buildroot using SVN, you can simply follow the rules described on the "Accessing SVN"-page (<a href= "http://buildroot.net/subversion.html">http://buildroot.net/subversion.html</a>) - of the uClibc buildroot website (<a href= + of the Buildroot website (<a href= "http://buildroot.net">http://buildroot.net</a>), and download the <code>buildroot</code> SVN module. For the impatient, here's a quick recipe:</p> |