aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 34847a14b..ba41ab119 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -364,6 +364,13 @@ config FEATURE_IP_TUNNEL
364 help 364 help
365 Add support for tunneling commands to "ip". 365 Add support for tunneling commands to "ip".
366 366
367config FEATURE_IP_RULE
368 bool "ip rule"
369 default n
370 depends on IP
371 help
372 Add support for rule commands to "ip".
373
367config FEATURE_IP_SHORT_FORMS 374config FEATURE_IP_SHORT_FORMS
368 bool "Support short forms of ip commands." 375 bool "Support short forms of ip commands."
369 default n 376 default n
@@ -398,6 +405,11 @@ config IPTUNNEL
398 default y 405 default y
399 depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_TUNNEL 406 depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_TUNNEL
400 407
408config IPRULE
409 bool
410 default y
411 depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE
412
401config IPCALC 413config IPCALC
402 bool "ipcalc" 414 bool "ipcalc"
403 default n 415 default n