aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toys/net/README1
-rw-r--r--toys/net/ifconfig.c (renamed from toys/other/ifconfig.c)0
-rw-r--r--toys/net/netcat.c (renamed from toys/other/netcat.c)0
-rw-r--r--toys/net/netstat.c (renamed from toys/pending/netstat.c)2
-rw-r--r--toys/net/rfkill.c (renamed from toys/other/rfkill.c)0
5 files changed, 2 insertions, 1 deletions
diff --git a/toys/net/README b/toys/net/README
new file mode 100644
index 00000000..8708e4b5
--- /dev/null
+++ b/toys/net/README
@@ -0,0 +1 @@
+Networking
diff --git a/toys/other/ifconfig.c b/toys/net/ifconfig.c
index 1d2a41dc..1d2a41dc 100644
--- a/toys/other/ifconfig.c
+++ b/toys/net/ifconfig.c
diff --git a/toys/other/netcat.c b/toys/net/netcat.c
index 1c75eb26..1c75eb26 100644
--- a/toys/other/netcat.c
+++ b/toys/net/netcat.c
diff --git a/toys/pending/netstat.c b/toys/net/netstat.c
index c7ab62d0..4e5c884e 100644
--- a/toys/pending/netstat.c
+++ b/toys/net/netstat.c
@@ -8,7 +8,7 @@
USE_NETSTAT(NEWTOY(netstat, "pWrxwutneal", TOYFLAG_BIN))
config NETSTAT
bool "netstat"
- default n
+ default y
help
usage: netstat [-pWrxwutneal]
diff --git a/toys/other/rfkill.c b/toys/net/rfkill.c
index 36fe320d..36fe320d 100644
--- a/toys/other/rfkill.c
+++ b/toys/net/rfkill.c