[BusyBox-cvs] busybox/networking Config.in,1.2,1.3

Glenn McGrath bug1 at busybox.net
Fri Dec 6 23:11:33 UTC 2002


Update of /var/cvs/busybox/networking
In directory winder:/tmp/cvs-serv5465/networking

Modified Files:
	Config.in 
Log Message:
depends on for telnet and ipcalc


Index: Config.in
===================================================================
RCS file: /var/cvs/busybox/networking/Config.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Config.in	6 Dec 2002 08:35:55 -0000	1.2
+++ Config.in	6 Dec 2002 23:11:30 -0000	1.3
@@ -164,6 +164,7 @@
 config CONFIG_FEATURE_IPCALC_FANCY
 	bool "  Fancy IPCALC, more options, adds 300 bytes"
 	default y
+	depends on CONFIG_IPCALC
 	help
 	  Please submit a patch to add help text for this item.
 
@@ -251,6 +252,7 @@
 config CONFIG_FEATURE_TELNET_TTYPE
 	bool "  Pass TERM type to remote host"
 	default y
+	depends on CONFIG_TELNET
 	help
 	  Please submit a patch to add help text for this item.
 




More information about the busybox-cvs mailing list