From cea6ff78a7946b11b9459aa29cbae4f66808d0a2 Mon Sep 17 00:00:00 2001 From: andreasmn Date: Fri, 25 Apr 2014 10:59:29 +0200 Subject: [PATCH] busybox (initramfs): add 'ping' and 'ether-wake' applet --- packages/sysutils/busybox/config/busybox-init.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox-init.conf b/packages/sysutils/busybox/config/busybox-init.conf index 7846b1df44..3772dfe6dc 100644 --- a/packages/sysutils/busybox/config/busybox-init.conf +++ b/packages/sysutils/busybox/config/busybox-init.conf @@ -738,9 +738,9 @@ CONFIG_NBDCLIENT=y # CONFIG_NC_SERVER is not set # CONFIG_NC_EXTRA is not set # CONFIG_NC_110_COMPAT is not set -# CONFIG_PING is not set +CONFIG_PING=y # CONFIG_PING6 is not set -# CONFIG_FEATURE_FANCY_PING is not set +CONFIG_FEATURE_FANCY_PING=y # CONFIG_WHOIS is not set # CONFIG_FEATURE_IPV6 is not set # CONFIG_FEATURE_UNIX_LOCAL is not set @@ -752,7 +752,7 @@ CONFIG_NBDCLIENT=y # CONFIG_FEATURE_BRCTL_FANCY is not set # CONFIG_FEATURE_BRCTL_SHOW is not set # CONFIG_DNSD is not set -# CONFIG_ETHER_WAKE is not set +CONFIG_ETHER_WAKE=y # CONFIG_FAKEIDENTD is not set # CONFIG_FTPD is not set # CONFIG_FEATURE_FTP_WRITE is not set