diff options
author | Christoph J. Thompson <cjsthompson@gmail.com> | 2015-10-08 17:06:06 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-10-08 17:06:06 +0200 |
commit | d1eea8db92e963e3c482d96b10da2ec0f9c95770 (patch) | |
tree | d42a3c22b9b13c6d06a6e33eaa5b34d70c1ebb3b /networking/Config.src | |
parent | 413feca279c21ef23a3b3d6f4ebc6c3d989bbdc6 (diff) | |
download | busybox-w32-d1eea8db92e963e3c482d96b10da2ec0f9c95770.tar.gz busybox-w32-d1eea8db92e963e3c482d96b10da2ec0f9c95770.tar.bz2 busybox-w32-d1eea8db92e963e3c482d96b10da2ec0f9c95770.zip |
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.src | 7 |
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 | |||
533 | help | 533 | help |
534 | Add support for routing table management to "ip". | 534 | Add support for routing table management to "ip". |
535 | 535 | ||
536 | config FEATURE_IP_ROUTE_DIR | ||
537 | string "ip route configuration directory" | ||
538 | default "/etc/iproute2" | ||
539 | depends on FEATURE_IP_ROUTE | ||
540 | help | ||
541 | Location of the "ip" applet routing configuration. | ||
542 | |||
536 | config FEATURE_IP_TUNNEL | 543 | config FEATURE_IP_TUNNEL |
537 | bool "ip tunnel" | 544 | bool "ip tunnel" |
538 | default y | 545 | default y |