mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
Move the global config cache option to an Advanced submenu
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
aa41d377e3
commit
bc59823bd5
20
Config.in
20
Config.in
@ -151,14 +151,6 @@ config BR2_RECENT
|
|||||||
help
|
help
|
||||||
This option show recent versions of packages.
|
This option show recent versions of packages.
|
||||||
|
|
||||||
config BR2_CONFIG_CACHE
|
|
||||||
bool "Use a central configure cache file"
|
|
||||||
default y
|
|
||||||
help
|
|
||||||
This determines if a central config cache is used by
|
|
||||||
packages, reducing the configure time for packages as each
|
|
||||||
one caches its findings.
|
|
||||||
|
|
||||||
config BR2_ENABLE_DEBUG
|
config BR2_ENABLE_DEBUG
|
||||||
bool "build packages with debugging symbols"
|
bool "build packages with debugging symbols"
|
||||||
select BR2_PACKAGE_GDB_SERVER
|
select BR2_PACKAGE_GDB_SERVER
|
||||||
@ -318,6 +310,18 @@ config BR2_HAVE_DEVFILES
|
|||||||
Install headers and static libraries in the
|
Install headers and static libraries in the
|
||||||
target filesystem
|
target filesystem
|
||||||
|
|
||||||
|
menu "Advanced"
|
||||||
|
|
||||||
|
config BR2_CONFIG_CACHE
|
||||||
|
bool "Use a central configure cache file"
|
||||||
|
default y
|
||||||
|
help
|
||||||
|
This determines if a central config cache is used by
|
||||||
|
packages, reducing the configure time for packages as each
|
||||||
|
one caches its findings.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
source "toolchain/Config.in"
|
source "toolchain/Config.in"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user