sendmail: new applet by dronnikov at gmail.com
This commit is contained in:
@@ -665,6 +665,19 @@ config ROUTE
|
||||
help
|
||||
Route displays or manipulates the kernel's IP routing tables.
|
||||
|
||||
config SENDMAIL
|
||||
bool "sendmail"
|
||||
default n
|
||||
help
|
||||
Barebones sendmail.
|
||||
|
||||
config FEATURE_SENDMAIL_NETWORK
|
||||
bool "Support network connectivity"
|
||||
default y
|
||||
depends on SENDMAIL
|
||||
help
|
||||
Add ability to send, not only compose messages.
|
||||
|
||||
config SLATTACH
|
||||
bool "slattach"
|
||||
default n
|
||||
|
@@ -28,6 +28,7 @@ lib-$(CONFIG_PING) += ping.o
|
||||
lib-$(CONFIG_PING6) += ping.o
|
||||
lib-$(CONFIG_PSCAN) += pscan.o
|
||||
lib-$(CONFIG_ROUTE) += route.o
|
||||
lib-$(CONFIG_SENDMAIL) += sendmail.o
|
||||
lib-$(CONFIG_SLATTACH) += slattach.o
|
||||
lib-$(CONFIG_TELNET) += telnet.o
|
||||
lib-$(CONFIG_TELNETD) += telnetd.o
|
||||
|
Reference in New Issue
Block a user