summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2013-02-06 21:50:57 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-07 13:48:27 +0100
commit4e0170d66da0b83604d497e717dbbe1052759b65 (patch)
tree87e4fa58938c51e9c191c886be74ed6a7cc0ed00 /Config.in
parentc4cfa85b798cb744954d35aa05fa41e7a6956abd (diff)
downloadbuildroot-novena-4e0170d66da0b83604d497e717dbbe1052759b65.tar.gz
buildroot-novena-4e0170d66da0b83604d497e717dbbe1052759b65.zip
Config.in: move BR2_DEFCONFIG to Build options menu.
As suggested by gustavoz. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/Config.in b/Config.in
index 4929a8070..a2c305f9d 100644
--- a/Config.in
+++ b/Config.in
@@ -22,18 +22,6 @@ config BR2_HOSTARCH_NEEDS_IA32_LIBS
source "arch/Config.in"
-config BR2_DEFCONFIG_FROM_ENV
- string
- option env="BR2_DEFCONFIG"
-
-config BR2_DEFCONFIG
- string "Location to save buildroot config"
- default BR2_DEFCONFIG_FROM_ENV if BR2_DEFCONFIG_FROM_ENV != ""
- default "$(CONFIG_DIR)/defconfig"
- help
- When running 'make savedefconfig', the defconfig file will be saved
- in this location.
-
menu "Build options"
menu "Commands"
@@ -107,6 +95,18 @@ config BR2_TAR_OPTIONS
endmenu
+config BR2_DEFCONFIG_FROM_ENV
+ string
+ option env="BR2_DEFCONFIG"
+
+config BR2_DEFCONFIG
+ string "Location to save buildroot config"
+ default BR2_DEFCONFIG_FROM_ENV if BR2_DEFCONFIG_FROM_ENV != ""
+ default "$(CONFIG_DIR)/defconfig"
+ help
+ When running 'make savedefconfig', the defconfig file will be saved
+ in this location.
+
config BR2_DL_DIR
string "Download dir"
default "$(TOPDIR)/dl"