Update buidlroot to version 2016.08.1
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user