From: Glenn L McGrath Date: Fri, 6 Dec 2002 23:11:30 +0000 (-0000) Subject: depends on for telnet and ipcalc X-Git-Tag: 1_00_pre1~338 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80a60419f768ffdf9887a9d254dcbfd70d0f3b18;p=platform%2Fupstream%2Fbusybox.git depends on for telnet and ipcalc --- diff --git a/networking/Config.in b/networking/Config.in index 628178c..92467b7 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -164,6 +164,7 @@ config CONFIG_IPCALC 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_TELNET 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.