From 7e37c2ac9236c352b7dab2877e0e85f599a138e4 Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 18 Dec 2019 22:46:17 +0200 Subject: [PATCH] busybox: enable ifplugd --- board/common/busybox.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/common/busybox.config b/board/common/busybox.config index a667a56b2c..6cdd1becd1 100644 --- a/board/common/busybox.config +++ b/board/common/busybox.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.29.3 -# Wed Dec 18 22:30:47 2019 +# Wed Dec 18 22:45:43 2019 # CONFIG_HAVE_DOT_CONFIG=y @@ -857,7 +857,7 @@ CONFIG_DNSDOMAINNAME=y # CONFIG_FEATURE_IFCONFIG_HW is not set # CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS is not set # CONFIG_IFENSLAVE is not set -# CONFIG_IFPLUGD is not set +CONFIG_IFPLUGD=y CONFIG_IFUP=y CONFIG_IFDOWN=y CONFIG_IFUPDOWN_IFSTATE_PATH="/var/run/ifstate"