aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-07-19 21:49:30 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-07-19 21:49:30 +0000
commit2a86a61c270a7d64bcc18a81b0d9004699b1be0f (patch)
tree6c97c107c7eaae830141f6feb9de8fccfa938ef1 /networking/Config.in
parent2414a96faae906da8519229f12bebe5fe00078e7 (diff)
downloadbusybox-2a86a61c270a7d64bcc18a81b0d9004699b1be0f.tar.gz
ifup/ifdown: make location of ifstate configurable
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 77b5d2558..2ea0650a0 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -225,6 +225,16 @@ config IFUPDOWN
"ifconfig", "route" and "run-parts" or the "ip" command, either
via busybox or via standalone utilities.
+config IFUPDOWN_IFSTATE_PATH
+ string "Absolute path to ifstate file"
+ default "/var/run/ifstate"
+ help
+ ifupdown keeps state information in a file called ifstate.
+ Typically it is located in /var/run/ifstate, however
+ some distributions tend to put it in other places
+ (debian, for example, uses /etc/network/run/ifstate).
+ This config option defines location of ifstate.
+
config FEATURE_IFUPDOWN_IP
bool "Use ip applet"
default n