From d1eea8db92e963e3c482d96b10da2ec0f9c95770 Mon Sep 17 00:00:00 2001 From: "Christoph J. Thompson" Date: Thu, 8 Oct 2015 17:06:06 +0200 Subject: iproute: don't hardcode the path to config files Allows using an alternate path for config files. Signed-off-by: Denys Vlasenko Signed-off-by: Christoph J. Thompson Signed-off-by: Michael Bestas --- networking/Config.src | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'networking/Config.src') 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 -- cgit v1.2.3