diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-01 20:52:41 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-01 20:52:41 +0000 |
commit | 4635eb9293059706434e140515d0ef8efae2a3cf (patch) | |
tree | 3964dc40dce71f6ed604723b5a1182db9db796ae /package/ncftp/Config.in | |
parent | e93d65906f700b39719c900ff0538b34c773f7e5 (diff) |
ncftp: convert to Makefile.autotools.in
- ncftpspooler is just a link to ncftpbatch
- only ncftpbookmarks needs ncurses, also change from "depends" to "select"
[ Peter: Small cleanups ]
Diffstat (limited to 'package/ncftp/Config.in')
-rw-r--r-- | package/ncftp/Config.in | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in index 8025c05ce..e1e4e567f 100644 --- a/package/ncftp/Config.in +++ b/package/ncftp/Config.in @@ -25,18 +25,13 @@ config BR2_PACKAGE_NCFTP_LS depends on BR2_PACKAGE_NCFTP config BR2_PACKAGE_NCFTP_BATCH - bool "NcFTPBatch - background FTP program for individual users" + bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users" default y depends on BR2_PACKAGE_NCFTP -config BR2_PACKAGE_NCFTP_SPOOLER - bool "NcFTPSpooler - spooler - not working properly" - depends on BR2_PACKAGE_NCFTP - depends on BR2_PACKAGE_NCURSES - config BR2_PACKAGE_NCFTP_BOOKMARKS - bool "NcFTPBookmarks" + bool "NcFTPBookmarks - ncurses based Bookmark Editor" depends on BR2_PACKAGE_NCFTP - depends on BR2_PACKAGE_NCURSES + select BR2_PACKAGE_NCURSES endmenu |