mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
linux/Config.*: re-wrap help text
... to follow the convention <tab><2 spaces><62 chars>. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
0c83673638
commit
4b95cf8dd4
@ -117,14 +117,17 @@ config BR2_LINUX_KERNEL_EXT_AUFS_VERSION
|
|||||||
string "aufs-standalone version"
|
string "aufs-standalone version"
|
||||||
default ""
|
default ""
|
||||||
help
|
help
|
||||||
The version you choose must match that of your kernel. Usually,
|
The version you choose must match that of your kernel.
|
||||||
the sha1 of the cset you want to use; avoid using a branch name
|
Usually, the sha1 of the cset you want to use; avoid using a
|
||||||
as this yields non-reproducible builds.
|
branch name as this yields non-reproducible builds.
|
||||||
|
|
||||||
See the following resources to see what versions are available:
|
See the following resources to see what versions are
|
||||||
|
available:
|
||||||
|
|
||||||
For aufs3.x: https://sourceforge.net/p/aufs/aufs3-standalone/ref/master/branches/
|
For aufs3.x:
|
||||||
For aufs4.x: https://github.com/sfjro/aufs4-standalone/branches/all
|
https://sourceforge.net/p/aufs/aufs3-standalone/ref/master/branches/
|
||||||
|
For aufs4.x:
|
||||||
|
https://github.com/sfjro/aufs4-standalone/branches/all
|
||||||
|
|
||||||
endif # aufs
|
endif # aufs
|
||||||
|
|
||||||
|
@ -61,13 +61,13 @@ config BR2_LINUX_KERNEL_CUSTOM_VERSION
|
|||||||
config BR2_LINUX_KERNEL_CUSTOM_TARBALL
|
config BR2_LINUX_KERNEL_CUSTOM_TARBALL
|
||||||
bool "Custom tarball"
|
bool "Custom tarball"
|
||||||
help
|
help
|
||||||
This option allows to specify a URL pointing to a kernel source
|
This option allows to specify a URL pointing to a kernel
|
||||||
tarball. This URL can use any protocol recognized by Buildroot,
|
source tarball. This URL can use any protocol recognized by
|
||||||
like http://, ftp://, file:// or scp://.
|
Buildroot, like http://, ftp://, file:// or scp://.
|
||||||
|
|
||||||
When pointing to a local tarball using file://, you may want to
|
When pointing to a local tarball using file://, you may want
|
||||||
use a make variable like $(TOPDIR) to reference the root of the
|
to use a make variable like $(TOPDIR) to reference the root of
|
||||||
Buildroot tree.
|
the Buildroot tree.
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_CUSTOM_GIT
|
config BR2_LINUX_KERNEL_CUSTOM_GIT
|
||||||
bool "Custom Git repository"
|
bool "Custom Git repository"
|
||||||
@ -109,8 +109,8 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION
|
|||||||
default BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION \
|
default BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION \
|
||||||
if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != "" # legacy
|
if BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION != "" # legacy
|
||||||
help
|
help
|
||||||
Revision to use in the typical format used by Git/Mercurial/Subversion
|
Revision to use in the typical format used by
|
||||||
E.G. a sha id, a tag, branch, ..
|
Git/Mercurial/Subversion E.G. a sha id, a tag, branch, ..
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
@ -175,7 +175,8 @@ config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
|
|||||||
Path to the kernel configuration file
|
Path to the kernel configuration file
|
||||||
|
|
||||||
Note: this can be a defconfig file or a complete .config file,
|
Note: this can be a defconfig file or a complete .config file,
|
||||||
which can later be saved back with make linux-update-(def)config.
|
which can later be saved back with make
|
||||||
|
linux-update-(def)config.
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES
|
config BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES
|
||||||
string "Additional configuration fragment files"
|
string "Additional configuration fragment files"
|
||||||
@ -284,9 +285,9 @@ endchoice
|
|||||||
choice
|
choice
|
||||||
prompt "Kernel compression format"
|
prompt "Kernel compression format"
|
||||||
help
|
help
|
||||||
This selection will just ensure that the correct host tools are built.
|
This selection will just ensure that the correct host tools
|
||||||
The actual compression for the kernel should be selected in the
|
are built. The actual compression for the kernel should be
|
||||||
kernel configuration menu.
|
selected in the kernel configuration menu.
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_GZIP
|
config BR2_LINUX_KERNEL_GZIP
|
||||||
bool "gzip compression"
|
bool "gzip compression"
|
||||||
@ -317,8 +318,9 @@ config BR2_LINUX_KERNEL_IMAGE_NAME
|
|||||||
depends on BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
|
depends on BR2_LINUX_KERNEL_IMAGE_TARGET_CUSTOM
|
||||||
help
|
help
|
||||||
The filename of the kernel image, if it is different from the
|
The filename of the kernel image, if it is different from the
|
||||||
make target (above). Only Xtensa uses a filename different from
|
make target (above). Only Xtensa uses a filename different
|
||||||
the make target. Defaults to BR2_LINUX_KERNEL_IMAGE_TARGET_NAME.
|
from the make target. Defaults to
|
||||||
|
BR2_LINUX_KERNEL_IMAGE_TARGET_NAME.
|
||||||
|
|
||||||
If unsure, leave it empty.
|
If unsure, leave it empty.
|
||||||
|
|
||||||
@ -327,18 +329,19 @@ config BR2_LINUX_KERNEL_UIMAGE_LOADADDR
|
|||||||
depends on BR2_arm || BR2_armeb
|
depends on BR2_arm || BR2_armeb
|
||||||
depends on BR2_LINUX_KERNEL_UIMAGE || BR2_LINUX_KERNEL_APPENDED_UIMAGE
|
depends on BR2_LINUX_KERNEL_UIMAGE || BR2_LINUX_KERNEL_APPENDED_UIMAGE
|
||||||
help
|
help
|
||||||
If your ARM system's Linux kernel is configured with the new (3.7+)
|
If your ARM system's Linux kernel is configured with the new
|
||||||
multi-architecture support (CONFIG_ARCH_MULTIPLATFORM=y in your
|
(3.7+) multi-architecture support (CONFIG_ARCH_MULTIPLATFORM=y
|
||||||
kernel config), then it is necessary to specify a kernel load address
|
in your kernel config), then it is necessary to specify a
|
||||||
when building the uImage. This should be a hexadecimal string
|
kernel load address when building the uImage. This should be a
|
||||||
beginning with 0x, for example: 0x00008000.
|
hexadecimal string beginning with 0x, for example: 0x00008000.
|
||||||
|
|
||||||
If unsure, let this option empty.
|
If unsure, let this option empty.
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_DTS_SUPPORT
|
config BR2_LINUX_KERNEL_DTS_SUPPORT
|
||||||
bool "Build a Device Tree Blob (DTB)"
|
bool "Build a Device Tree Blob (DTB)"
|
||||||
help
|
help
|
||||||
Compile one or more device tree sources into device tree blobs.
|
Compile one or more device tree sources into device tree
|
||||||
|
blobs.
|
||||||
Select the dts files to compile in the options below.
|
Select the dts files to compile in the options below.
|
||||||
|
|
||||||
if BR2_LINUX_KERNEL_DTS_SUPPORT
|
if BR2_LINUX_KERNEL_DTS_SUPPORT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user