mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
ncftp: remove the menu ... endmenu
Also makes the prompts of the various sub-options more in line with what we do in the rest of Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
86440f5914
commit
d1ef77048d
@ -10,28 +10,24 @@ config BR2_PACKAGE_NCFTP
|
|||||||
|
|
||||||
if BR2_PACKAGE_NCFTP
|
if BR2_PACKAGE_NCFTP
|
||||||
|
|
||||||
menu "ncFTP tools selection"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_NCFTP_GET
|
config BR2_PACKAGE_NCFTP_GET
|
||||||
bool "NcFTPGet - command-line utility program"
|
bool "ncftpget"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config BR2_PACKAGE_NCFTP_PUT
|
config BR2_PACKAGE_NCFTP_PUT
|
||||||
bool "NcFTPPut - command-line utility program"
|
bool "ncftpput"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config BR2_PACKAGE_NCFTP_LS
|
config BR2_PACKAGE_NCFTP_LS
|
||||||
bool "NcFTPLs - command-line utility program"
|
bool "ncftpls"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config BR2_PACKAGE_NCFTP_BATCH
|
config BR2_PACKAGE_NCFTP_BATCH
|
||||||
bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users"
|
bool "ncftpbatch/ncftpspooler"
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config BR2_PACKAGE_NCFTP_BOOKMARKS
|
config BR2_PACKAGE_NCFTP_BOOKMARKS
|
||||||
bool "NcFTPBookmarks - ncurses based Bookmark Editor"
|
bool "ncftpbookmarks"
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
|
|
||||||
endmenu
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user