Skip to content

Commit

Permalink
add nc and ping (#9)
Browse files Browse the repository at this point in the history
* add nc and ping

* add nslookup
  • Loading branch information
agouin authored Jun 21, 2023
1 parent 28bf910 commit 1bb9815
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions busybox.min.config
Original file line number Diff line number Diff line change
Expand Up @@ -914,23 +914,23 @@ CONFIG_FEATURE_IP_ROUTE_DIR=""
# CONFIG_NAMEIF is not set
# CONFIG_FEATURE_NAMEIF_EXTENDED is not set
# CONFIG_NBDCLIENT is not set
# CONFIG_NC is not set
CONFIG_NC=y
# CONFIG_NETCAT is not set
# CONFIG_NC_SERVER is not set
# CONFIG_NC_EXTRA is not set
# CONFIG_NC_110_COMPAT is not set
# CONFIG_NETSTAT is not set
# CONFIG_FEATURE_NETSTAT_WIDE is not set
# CONFIG_FEATURE_NETSTAT_PRG is not set
# CONFIG_NSLOOKUP is not set
CONFIG_NSLOOKUP=y
# CONFIG_FEATURE_NSLOOKUP_BIG is not set
# CONFIG_FEATURE_NSLOOKUP_LONG_OPTIONS is not set
# CONFIG_NTPD is not set
# CONFIG_FEATURE_NTPD_SERVER is not set
# CONFIG_FEATURE_NTPD_CONF is not set
# CONFIG_FEATURE_NTP_AUTH is not set
# CONFIG_PING is not set
# CONFIG_PING6 is not set
CONFIG_PING=y
CONFIG_PING6=y
# CONFIG_FEATURE_FANCY_PING is not set
# CONFIG_PSCAN is not set
# CONFIG_ROUTE is not set
Expand Down

0 comments on commit 1bb9815

Please sign in to comment.