diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-25 08:18:35 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-25 08:18:35 +0000 |
commit | d7cb72db645f0901ddeb51c7a559b2a25888e65a (patch) | |
tree | aba73299fd5e7c1a2d005ea0bda0484c995b226c /package/ncftp/Config.in | |
parent | df8f9549fdd6a3248efe505e94ca509a32db18f0 (diff) |
Part of NcFTP depends on ncurses, create dependencies, if needed
Diffstat (limited to 'package/ncftp/Config.in')
-rw-r--r-- | package/ncftp/Config.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in index d7c63ba0e..652825de1 100644 --- a/package/ncftp/Config.in +++ b/package/ncftp/Config.in @@ -30,11 +30,13 @@ config BR2_PACKAGE_NCFTP_BATCH depends on BR2_PACKAGE_NCFTP config BR2_PACKAGE_NCFTP_SPOOLER - bool "NcFTPSpooler - spooler - not working properly" + bool "NcFTPSpooler - spooler" depends on BR2_PACKAGE_NCFTP + depends on BR2_PACKAGE_NCURSES config BR2_PACKAGE_NCFTP_BOOKMARKS - bool "NcFTPBookmarks - not working properly" + bool "NcFTPBookmarks" depends on BR2_PACKAGE_NCFTP + depends on BR2_PACKAGE_NCURSES endmenu |