From 31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 31 Oct 2001 11:00:46 +0000 Subject: Add netstat applet, submitted by Bart Visscher --- networking/config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'networking/config.in') diff --git a/networking/config.in b/networking/config.in index 0636a70..b148eb5 100644 --- a/networking/config.in +++ b/networking/config.in @@ -16,6 +16,7 @@ if [ "$CONFIG_IFCONFIG" = "y" ]; then bool ' Set the broadcast automatically' CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS fi bool 'nc' CONFIG_NC +bool 'netstat' CONFIG_NETSTAT bool 'nslookup' CONFIG_NSLOOKUP bool 'ping' CONFIG_PING if [ "$CONFIG_PING" = "y" ]; then -- cgit v1.1