Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-21 18:36:08 +0300
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-11-21 18:36:08 +0300
commit921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d (patch)
treef6b5be4741c2856fa0d0f0fa148ee4d0a1fecbaa /networking/Config.in
parent04b30ba3b88c721b81194cae9cb439ddba4712db (diff)
- add 'ip rule' support. First take..
text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
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
help
Add support for tunneling commands to "ip".
+config FEATURE_IP_RULE
+ bool "ip rule"
+ default n
+ depends on IP
+ help
+ Add support for rule commands to "ip".
+
config FEATURE_IP_SHORT_FORMS
bool "Support short forms of ip commands."
default n
@@ -398,6 +405,11 @@ config IPTUNNEL
default y
depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_TUNNEL
+config IPRULE
+ bool
+ default y
+ depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE
+
config IPCALC
bool "ipcalc"
default n