diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/manual/makedev-syntax.txt | 11 | ||||
| -rw-r--r-- | docs/website/contribute.html | 2 | ||||
| -rw-r--r-- | docs/website/docs.html | 2 | ||||
| -rw-r--r-- | docs/website/download.html | 24 | ||||
| -rw-r--r-- | docs/website/news.html | 32 |
5 files changed, 50 insertions, 21 deletions
diff --git a/docs/manual/makedev-syntax.txt b/docs/manual/makedev-syntax.txt index 283119d574..cae37f77d3 100644 --- a/docs/manual/makedev-syntax.txt +++ b/docs/manual/makedev-syntax.txt @@ -28,8 +28,9 @@ There are a few non-trivial blocks: * c: a character device file * b: a block device file * p: a named pipe -- +mode+, +uid+ and +gid+ are the usual permissions settings -- +major+ and +minor+ are here for device files - set to - for other +- +mode+, +uid+ and +gid+ are the usual permissions settings (only + numerical values are allowed) +- +major+ and +minor+ are here for device files, set to +-+ for other files - +start+, +inc+ and +count+ are for when you want to create a batch of files, and can be reduced to a loop, beginning at +start+, @@ -43,10 +44,12 @@ this syntax, you will need to put: ---- Alternatively, if you want to change owner/permission of a directory -recursively, you can put: +recursively, you can put (to set UID to 123, GID to 456 and access +rights to rwxr-x--- for the directory /usr/share/myapp and all files +and directories below it): ---- -/usr/share/myapp r 750 myuser myuser - - - - - +/usr/share/myapp r 750 123 456 - - - - - ---- On the other hand, if you want to create the device file +/dev/hda+ diff --git a/docs/website/contribute.html b/docs/website/contribute.html index 17ed26fffd..c68a8a7653 100644 --- a/docs/website/contribute.html +++ b/docs/website/contribute.html @@ -26,7 +26,7 @@ There are many different ways to contribute:</p> </ul> <p>For more details on these topics, check out the -<a href="http://buildroot.uclibc.org/downloads/manual/manual.html#_contributing_to_buildroot"> +<a href="http://buildroot.org/manual.html#_contributing_to_buildroot"> Contributing to buildroot</a> chapter in the Buildroot manual. Thanks for your help!</p> <p>If you need any support yourself, have a look at <a href="./support.html"> diff --git a/docs/website/docs.html b/docs/website/docs.html index 3bd31723ab..6edc989cf6 100644 --- a/docs/website/docs.html +++ b/docs/website/docs.html @@ -11,7 +11,7 @@ things. It is available as:</p> <h4>Latest stable release</h4> <ul> - <li><a href="/downloads/manual/manual.html">Online HTML</a></li> + <li><a href="/manual.html">Online HTML</a></li> <li><a href="/downloads/manual/manual.pdf">PDF document</a></li> <li><a href="/downloads/manual/manual.text">ASCII text</a></li> </ul> diff --git a/docs/website/download.html b/docs/website/download.html index aa4d731f69..ef87b1c8b7 100644 --- a/docs/website/download.html +++ b/docs/website/download.html @@ -7,26 +7,26 @@ <p> -The latest stable release is <b>2015.05</b>, which can be downloaded +The latest stable release is <b>2015.08</b>, which can be downloaded here:<p> -<a href="/downloads/buildroot-2015.05.tar.gz">buildroot-2015.05.tar.gz</a> -(<a href="/downloads/buildroot-2015.05.tar.gz.sign">PGP signature</a>) +<a href="/downloads/buildroot-2015.08.tar.gz">buildroot-2015.08.tar.gz</a> +(<a href="/downloads/buildroot-2015.08.tar.gz.sign">PGP signature</a>) or -<a href="/downloads/buildroot-2015.05.tar.bz2">buildroot-2015.05.tar.bz2</a> -(<a href="/downloads/buildroot-2015.05.tar.bz2.sign">PGP signature</a>). - +<a href="/downloads/buildroot-2015.08.tar.bz2">buildroot-2015.08.tar.bz2</a> +(<a href="/downloads/buildroot-2015.08.tar.bz2.sign">PGP signature</a>). +<!-- <p> -The latest release candidate is <b>2015.08-rc1</b>, which can be +The latest release candidate is <b>2015.08-rc2</b>, which can be downloaded here:<p> -<a href="/downloads/buildroot-2015.08-rc1.tar.gz">buildroot-2015.08-rc1.tar.gz</a> -(<a href="/downloads/buildroot-2015.08-rc1.tar.gz.sign">PGP signature</a>) +<a href="/downloads/buildroot-2015.08-rc2.tar.gz">buildroot-2015.08-rc1.tar.gz</a> +(<a href="/downloads/buildroot-2015.08-rc2.tar.gz.sign">PGP signature</a>) or -<a href="/downloads/buildroot-2015.08-rc1.tar.bz2">buildroot-2015.08-rc1.tar.bz2</a> -(<a href="/downloads/buildroot-2015.08-rc1.tar.bz2.sign">PGP signature</a>). +<a href="/downloads/buildroot-2015.08-rc2.tar.bz2">buildroot-2015.08-rc1.tar.bz2</a> +(<a href="/downloads/buildroot-2015.08-rc2.tar.bz2.sign">PGP signature</a>). <p> - +--> This and earlier releases (and their PGP signatures) can always be downloaded from <a href="/downloads/">http://buildroot.net/downloads/</a>. diff --git a/docs/website/news.html b/docs/website/news.html index 66edf07aab..5511d8a642 100644 --- a/docs/website/news.html +++ b/docs/website/news.html @@ -8,12 +8,38 @@ <p> <ul> + <li><b>31 August 2015 -- 2015.08 released</b> + + <p>The stable 2015.08 release is out - Thanks to everyone + contributing and testing the release candidates. See the + <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08">CHANGES</a> + file for more details, read the + <a href="http://lists.buildroot.org/pipermail/buildroot/2015-August/138336.html">announcement</a> + and go to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2015.08.tar.bz2">2015.08 release</a>.</p> + + <li><b>24 August 2015 -- 2015.08-rc2 released</b> + + <p>We have a new release candidate! Lots of changes all over the + tree, see + the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08-rc2">CHANGES</a> + file for details, and + the <a href="http://lists.busybox.net/pipermail/buildroot/2015-August/137879.html">release + announcement</a>.</p> + + <p>Head to the <a href="/downloads/">downloads page</a> to pick up the + <a href="/downloads/buildroot-2015.08-rc2.tar.bz2">2015.08-rc2 + release candidate</a>, and report any problems found to the + <a href="support.html">mailing list</a> or + <a href="https://bugs.uclibc.org">bug tracker</a>.</p> + <li><b>5 August 2015 -- 2015.08-rc1 released</b> <p>We have a new release candidate! Lots of changes all over the - tree, see the <a - href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08-rc1">CHANGES</a> - file for details.</p> + tree, see + the <a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.08-rc1">CHANGES</a> + file for details, read + the <a href="http://lists.busybox.net/pipermail/buildroot/2015-August/135417.html">announcement</a>.</p> <p>Head to the <a href="/downloads/">downloads page</a> to pick up the <a href="/downloads/buildroot-2015.08-rc1.tar.bz2">2015.08-rc1 |

