mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
Move the command-related options to a submenu
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
7500d6d753
commit
159292658f
@ -15,6 +15,8 @@ source "target/device/Config.in"
|
|||||||
|
|
||||||
menu "Build options"
|
menu "Build options"
|
||||||
|
|
||||||
|
menu "Commands"
|
||||||
|
|
||||||
config BR2_WGET
|
config BR2_WGET
|
||||||
string "Wget command"
|
string "Wget command"
|
||||||
default "wget --passive-ftp -nd"
|
default "wget --passive-ftp -nd"
|
||||||
@ -67,6 +69,8 @@ config BR2_TAR_OPTIONS
|
|||||||
E.g. " -v --exclude='*.svn*'" to exclude all .svn internal files
|
E.g. " -v --exclude='*.svn*'" to exclude all .svn internal files
|
||||||
and to be verbose.
|
and to be verbose.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
||||||
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