summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-08-25 19:19:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-08-25 21:01:03 +0200
commit1ac2cdd7d19796fad22faa114c1e29f8b9d556ba (patch)
treed71455c8890313c5fa7af00bfa27af9082cce2f5 /Config.in
parent405fb22c5cb6e473a82a5073126657fff77f3af3 (diff)
core: move reproducible option to advanced sub-menu
The reproducible build is only in its infancy; it is far from being complete. As such, move it to the "advanced" build sub-menu, where it belong for now... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 741a7ce8ad..ed92c5617f 100644
--- a/Config.in
+++ b/Config.in
@@ -726,8 +726,6 @@ config BR2_COMPILER_PARANOID_UNSAFE_PATH
toolchain (through the toolchain wrapper and binutils patches)
and external toolchain backends (through the toolchain wrapper).
-endmenu
-
config BR2_REPRODUCIBLE
bool "Make the build reproducible (experimental)"
help
@@ -741,6 +739,8 @@ config BR2_REPRODUCIBLE
endmenu
+endmenu
+
source "toolchain/Config.in"
source "system/Config.in"