From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- package/ncftp/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/ncftp') diff --git a/package/ncftp/Config.in b/package/ncftp/Config.in index e4a240553..d7c63ba0e 100644 --- a/package/ncftp/Config.in +++ b/package/ncftp/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_NCFTP bool "ncftp" - default n help NcFTP Client (also known as just NcFTP) is a set of FREE application programs implementing the File Transfer Protocol (FTP). @@ -32,12 +31,10 @@ config BR2_PACKAGE_NCFTP_BATCH config BR2_PACKAGE_NCFTP_SPOOLER bool "NcFTPSpooler - spooler - not working properly" - default n depends on BR2_PACKAGE_NCFTP config BR2_PACKAGE_NCFTP_BOOKMARKS bool "NcFTPBookmarks - not working properly" - default n depends on BR2_PACKAGE_NCFTP endmenu -- cgit v1.2.3