aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-02 22:12:07 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-02 22:12:07 +0000
commitfc202427d56b2a1ce171705907485c3b6290b033 (patch)
tree6e4eb645aa80063441ebd570b6122f5ff17147de
parentd2bb2d39181d8d8b5d54e83456e1e7c8b1821a8d (diff)
downloadbusybox-w32-fc202427d56b2a1ce171705907485c3b6290b033.tar.gz
busybox-w32-fc202427d56b2a1ce171705907485c3b6290b033.tar.bz2
busybox-w32-fc202427d56b2a1ce171705907485c3b6290b033.zip
- IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN
-rw-r--r--networking/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 5275adc5f..d687dbed9 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -249,6 +249,7 @@ config IFUPDOWN
249config IFUPDOWN_IFSTATE_PATH 249config IFUPDOWN_IFSTATE_PATH
250 string "Absolute path to ifstate file" 250 string "Absolute path to ifstate file"
251 default "/var/run/ifstate" 251 default "/var/run/ifstate"
252 depends on IFUPDOWN
252 help 253 help
253 ifupdown keeps state information in a file called ifstate. 254 ifupdown keeps state information in a file called ifstate.
254 Typically it is located in /var/run/ifstate, however 255 Typically it is located in /var/run/ifstate, however