]> Git Repo - buildroot-mgba.git/commitdiff
core: move reproducible option to advanced sub-menu
authorYann E. MORIN <[email protected]>
Thu, 25 Aug 2016 17:19:46 +0000 (19:19 +0200)
committerThomas Petazzoni <[email protected]>
Thu, 25 Aug 2016 19:01:03 +0000 (21:01 +0200)
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" <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Config.in

index 741a7ce8ad25f2d1c9544992483f5cdeebacbeb7..ed92c5617f189790133db331e9111a4b5c503c08 100644 (file)
--- 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"
This page took 0.028559 seconds and 4 git commands to generate.