mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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>
This commit is contained in:
parent
c4cfa85b79
commit
4e0170d66d
24
Config.in
24
Config.in
@ -22,18 +22,6 @@ config BR2_HOSTARCH_NEEDS_IA32_LIBS
|
|||||||
|
|
||||||
source "arch/Config.in"
|
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 "Build options"
|
||||||
|
|
||||||
menu "Commands"
|
menu "Commands"
|
||||||
@ -107,6 +95,18 @@ config BR2_TAR_OPTIONS
|
|||||||
|
|
||||||
endmenu
|
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
|
config BR2_DL_DIR
|
||||||
string "Download dir"
|
string "Download dir"
|
||||||
default "$(TOPDIR)/dl"
|
default "$(TOPDIR)/dl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user