Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>

This commit is contained in:
Eric Andersen
2001-10-31 11:00:46 +00:00
parent 7d6829096d
commit 31a0ece3a7
3 changed files with 549 additions and 0 deletions

View File

@@ -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