mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
website: make a symlink for the manual at the root of the website
This will give us a shorter URL, that we can more easily refer to in the documetation itself, in help texts, on IRC... [Peter: Use buildroot.org everywhere] Suggested-by: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
25ecd24579
commit
0af33406a7
@ -26,7 +26,7 @@ There are many different ways to contribute:</p>
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>For more details on these topics, check out the
|
<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>
|
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">
|
<p>If you need any support yourself, have a look at <a href="./support.html">
|
||||||
|
@ -11,7 +11,7 @@ things. It is available as:</p>
|
|||||||
|
|
||||||
<h4>Latest stable release</h4>
|
<h4>Latest stable release</h4>
|
||||||
<ul>
|
<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.pdf">PDF document</a></li>
|
||||||
<li><a href="/downloads/manual/manual.text">ASCII text</a></li>
|
<li><a href="/downloads/manual/manual.text">ASCII text</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
1
docs/website/manual.html
Symbolic link
1
docs/website/manual.html
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
/downloads/manual/manual.html
|
@ -1373,18 +1373,17 @@ endif
|
|||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Package managers"
|
menu "Package managers"
|
||||||
comment "-----------------------------------------------------"
|
comment "-------------------------------------------------------"
|
||||||
comment "Please note: "
|
comment "Please note: "
|
||||||
comment "- Buildroot does *not* generate binary packages, "
|
comment "- Buildroot does *not* generate binary packages, "
|
||||||
comment "- Buildroot does *not* install any package database. "
|
comment "- Buildroot does *not* install any package database. "
|
||||||
comment "* "
|
comment "* "
|
||||||
comment "It is up to you to provide those by yourself if you "
|
comment "It is up to you to provide those by yourself if you "
|
||||||
comment "want to use any of those package managers. "
|
comment "want to use any of those package managers. "
|
||||||
comment "* "
|
comment "* "
|
||||||
comment "See the manual: "
|
comment "See the manual: "
|
||||||
comment "http://buildroot.org/downloads/manual/manual.html#faq"
|
comment "http://buildroot.org/manual.html#faq-no-binary-packages"
|
||||||
comment "-no-binary-packages "
|
comment "-------------------------------------------------------"
|
||||||
comment "-----------------------------------------------------"
|
|
||||||
source "package/ipkg/Config.in"
|
source "package/ipkg/Config.in"
|
||||||
source "package/opkg/Config.in"
|
source "package/opkg/Config.in"
|
||||||
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# Please note that this is only a sample, we recommend you to change it to fit
|
# Please note that this is only a sample, we recommend you to change it to fit
|
||||||
# your needs.
|
# your needs.
|
||||||
# You should override this file using a post-build script.
|
# You should override this file using a post-build script.
|
||||||
# See http://buildroot.org/downloads/manual/manual.html#rootfs-custom
|
# See http://buildroot.org/manual.html#rootfs-custom
|
||||||
# and http://elinux.org/RPiconfig for a description of config.txt syntax
|
# and http://elinux.org/RPiconfig for a description of config.txt syntax
|
||||||
|
|
||||||
kernel=zImage
|
kernel=zImage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user