ncftp: remove the menu ... endmenu
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:00:17 +0000 (23:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 21:00:17 +0000 (23:00 +0200)
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>
package/ncftp/Config.in

index 57586e7ba2ce356b8958ec2c5c712c17c0938dc4..135ab5350f57813421c2bb568f61c224a39eb39f 100644 (file)
@@ -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