summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:00:17 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:00:17 +0200
commitd1ef77048d201b9e81051ca08955704823be7858 (patch)
tree0f7f7d5cab03711a36f2ab2b8f4565e4a9003c6b
parent86440f59148c374853d58014e90806d0e73220be (diff)
downloadbuildroot-d1ef77048d201b9e81051ca08955704823be7858.tar.gz
buildroot-d1ef77048d201b9e81051ca08955704823be7858.zip
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>
-rw-r--r--package/ncftp/Config.in14
1 files changed, 5 insertions, 9 deletions
diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in
index 57586e7ba2..135ab5350f 100644
--- a/package/ncftp/Config.in
+++ b/package/ncftp/Config.in
@@ -10,28 +10,24 @@ config BR2_PACKAGE_NCFTP
if BR2_PACKAGE_NCFTP
-menu "ncFTP tools selection"
-
config BR2_PACKAGE_NCFTP_GET
- bool "NcFTPGet - command-line utility program"
+ bool "ncftpget"
default y
config BR2_PACKAGE_NCFTP_PUT
- bool "NcFTPPut - command-line utility program"
+ bool "ncftpput"
default y
config BR2_PACKAGE_NCFTP_LS
- bool "NcFTPLs - command-line utility program"
+ bool "ncftpls"
default y
config BR2_PACKAGE_NCFTP_BATCH
- bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users"
+ bool "ncftpbatch/ncftpspooler"
default y
config BR2_PACKAGE_NCFTP_BOOKMARKS
- bool "NcFTPBookmarks - ncurses based Bookmark Editor"
+ bool "ncftpbookmarks"
select BR2_PACKAGE_NCURSES
-endmenu
-
endif
OpenPOWER on IntegriCloud