All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: [25925] trunk/buildroot/package/ncftp
@ 2009-04-01 20:52 jacmet at uclibc.org
  0 siblings, 0 replies; only message in thread
From: jacmet at uclibc.org @ 2009-04-01 20:52 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2009-04-01 20:52:47 +0000 (Wed, 01 Apr 2009)
New Revision: 25925

Log:
ncftp: cleanup Config.in

Subentries of a menu automatically gets hidden if the dependencies of the
menu element aren't available, so get rid of the individual depends on
BR2_PACKAGE_NCFTP.

Modified:
   trunk/buildroot/package/ncftp/Config.in


Changeset:
Modified: trunk/buildroot/package/ncftp/Config.in
===================================================================
--- trunk/buildroot/package/ncftp/Config.in	2009-04-01 20:52:41 UTC (rev 25924)
+++ trunk/buildroot/package/ncftp/Config.in	2009-04-01 20:52:47 UTC (rev 25925)
@@ -12,26 +12,21 @@
 config BR2_PACKAGE_NCFTP_GET
 	bool "NcFTPGet - command-line utility program"
 	default y
-	depends on BR2_PACKAGE_NCFTP
 
 config BR2_PACKAGE_NCFTP_PUT
 	bool "NcFTPPut - command-line utility program"
 	default y
-	depends on BR2_PACKAGE_NCFTP
 
 config BR2_PACKAGE_NCFTP_LS
 	bool "NcFTPLs - command-line utility program"
 	default y
-	depends on BR2_PACKAGE_NCFTP
 
 config BR2_PACKAGE_NCFTP_BATCH
 	bool "NcFTPBatch & NcFTPSpooler - background FTP program for individual users"
 	default y
-	depends on BR2_PACKAGE_NCFTP
 
 config BR2_PACKAGE_NCFTP_BOOKMARKS
 	bool "NcFTPBookmarks - ncurses based Bookmark Editor"
-	depends on BR2_PACKAGE_NCFTP
 	select BR2_PACKAGE_NCURSES
 
 endmenu

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-01 20:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-01 20:52 [Buildroot] svn commit: [25925] trunk/buildroot/package/ncftp jacmet at uclibc.org

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.