aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
authorChristoph J. Thompson <cjsthompson@gmail.com>2015-10-08 17:06:06 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-10-08 17:06:06 +0200
commitd1eea8db92e963e3c482d96b10da2ec0f9c95770 (patch)
treed42a3c22b9b13c6d06a6e33eaa5b34d70c1ebb3b /networking/Config.src
parent413feca279c21ef23a3b3d6f4ebc6c3d989bbdc6 (diff)
downloadbusybox-d1eea8db92e963e3c482d96b10da2ec0f9c95770.tar.gz
iproute: don't hardcode the path to config files
Allows using an alternate path for config files. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Christoph J. Thompson <cjsthompson@gmail.com> Signed-off-by: Michael Bestas <mikeioannina@gmail.com>
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src
index 76cbccf4a..43ccbf385 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -533,6 +533,13 @@ config FEATURE_IP_ROUTE
help
Add support for routing table management to "ip".
+config FEATURE_IP_ROUTE_DIR
+ string "ip route configuration directory"
+ default "/etc/iproute2"
+ depends on FEATURE_IP_ROUTE
+ help
+ Location of the "ip" applet routing configuration.
+
config FEATURE_IP_TUNNEL
bool "ip tunnel"
default y