diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index f1f7ae04b..cd986b862 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -665,6 +665,19 @@ config ROUTE | |||
665 | help | 665 | help |
666 | Route displays or manipulates the kernel's IP routing tables. | 666 | Route displays or manipulates the kernel's IP routing tables. |
667 | 667 | ||
668 | config SENDMAIL | ||
669 | bool "sendmail" | ||
670 | default n | ||
671 | help | ||
672 | Barebones sendmail. | ||
673 | |||
674 | config FEATURE_SENDMAIL_NETWORK | ||
675 | bool "Support network connectivity" | ||
676 | default y | ||
677 | depends on SENDMAIL | ||
678 | help | ||
679 | Add ability to send, not only compose messages. | ||
680 | |||
668 | config SLATTACH | 681 | config SLATTACH |
669 | bool "slattach" | 682 | bool "slattach" |
670 | default n | 683 | default n |