diff options
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 |