summaryrefslogtreecommitdiff
path: root/networking/config.in
diff options
context:
space:
mode:
authorEric Andersen2001-10-31 11:00:46 +0000
committerEric Andersen2001-10-31 11:00:46 +0000
commit31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e (patch)
tree1923b9294fda55f1686f52a2c1d1acfe2c791f5f /networking/config.in
parent7d6829096d611e405f434ee603209c7fd93af3a4 (diff)
downloadbusybox-31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e.zip
busybox-31a0ece3a711dd24cdb49c3a0a83ad4838f27e6e.tar.gz
Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>
Diffstat (limited to 'networking/config.in')
-rw-r--r--networking/config.in1
1 files changed, 1 insertions, 0 deletions
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