From 42317edfa5a72ea9a0a779d26250d22adff21f9c Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 18 Dec 2019 22:31:08 +0200 Subject: [PATCH] busybox: set ifstate file path --- 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 7710bbb6fd..a667a56b2c 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:22:12 2019 +# Wed Dec 18 22:30:47 2019 # CONFIG_HAVE_DOT_CONFIG=y @@ -860,7 +860,7 @@ CONFIG_DNSDOMAINNAME=y # CONFIG_IFPLUGD is not set CONFIG_IFUP=y CONFIG_IFDOWN=y -CONFIG_IFUPDOWN_IFSTATE_PATH="" +CONFIG_IFUPDOWN_IFSTATE_PATH="/var/run/ifstate" CONFIG_FEATURE_IFUPDOWN_IP=y CONFIG_FEATURE_IFUPDOWN_IPV4=y CONFIG_FEATURE_IFUPDOWN_IPV6=y