diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-21 15:36:08 +0000 |
commit | 921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d (patch) | |
tree | f6b5be4741c2856fa0d0f0fa148ee4d0a1fecbaa /networking/Config.in | |
parent | 04b30ba3b88c721b81194cae9cb439ddba4712db (diff) | |
download | busybox-w32-921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d.tar.gz busybox-w32-921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d.tar.bz2 busybox-w32-921f5df25fdb9d89bd02ac0030ebb6ca7e003f0d.zip |
- 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.in | 12 |
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 | ||
367 | config 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 | |||
367 | config FEATURE_IP_SHORT_FORMS | 374 | config 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 | ||
408 | config IPRULE | ||
409 | bool | ||
410 | default y | ||
411 | depends on FEATURE_IP_SHORT_FORMS && FEATURE_IP_RULE | ||
412 | |||
401 | config IPCALC | 413 | config IPCALC |
402 | bool "ipcalc" | 414 | bool "ipcalc" |
403 | default n | 415 | default n |