mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
linux: clarify the BR2_LINUX_KERNEL_DEFCONFIG help text
The help text of BR2_LINUX_KERNEL_DEFCONFIG is confusing: it seems to point to the defconfigs in the buildroot tree. So explicitly refer to the kernel tree in the help text. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
55bdb7d01a
commit
8dfbaf20f5
@ -115,8 +115,9 @@ config BR2_LINUX_KERNEL_DEFCONFIG
|
|||||||
string "Defconfig name"
|
string "Defconfig name"
|
||||||
depends on BR2_LINUX_KERNEL_USE_DEFCONFIG
|
depends on BR2_LINUX_KERNEL_USE_DEFCONFIG
|
||||||
help
|
help
|
||||||
Name of the defconfig file to use, without the trailing
|
Name of the kernel defconfig file to use, without the
|
||||||
_defconfig
|
trailing _defconfig. The defconfig is located in
|
||||||
|
arch/<arch>/configs in the kernel tree.
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
|
config BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE
|
||||||
string "Configuration file path"
|
string "Configuration file path"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user