diff options
author | Christoph J. Thompson | 2015-10-08 17:06:06 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-10-08 17:06:06 +0200 |
commit | d1eea8db92e963e3c482d96b10da2ec0f9c95770 (patch) | |
tree | d42a3c22b9b13c6d06a6e33eaa5b34d70c1ebb3b /networking/Config.src | |
parent | 413feca279c21ef23a3b3d6f4ebc6c3d989bbdc6 (diff) | |
download | busybox-d1eea8db92e963e3c482d96b10da2ec0f9c95770.zip busybox-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.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src index 76cbccf..43ccbf3 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 |