forked from Ivasoft/openwrt
busybox: sync Config.in files
The change was made with the following commands cd package/utils/busybox/config ../convert_menuconfig.pl ~/git-repo/openwrt/openwrt/build_dir/target-mips_24kc_musl/busybox-1.30.1 convert_defaults.pl has no changes other than overwriting defaults for BUSYBOX_DEFAULT_FEATURE_IPV6 Resolves FS#2146 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
menu "Mail Utilities"
|
||||
|
||||
config BUSYBOX_CONFIG_MAKEMIME
|
||||
bool "makemime"
|
||||
bool "makemime (5.4 kb)"
|
||||
default BUSYBOX_DEFAULT_MAKEMIME
|
||||
help
|
||||
Create MIME-formatted messages.
|
||||
config BUSYBOX_CONFIG_POPMAILDIR
|
||||
bool "popmaildir"
|
||||
bool "popmaildir (10 kb)"
|
||||
default BUSYBOX_DEFAULT_POPMAILDIR
|
||||
help
|
||||
Simple yet powerful POP3 mail popper. Delivers content
|
||||
@@ -23,7 +23,7 @@ config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY
|
||||
Allow to use a custom program for message actual delivery
|
||||
(-M "prog [args...]").
|
||||
config BUSYBOX_CONFIG_REFORMIME
|
||||
bool "reformime"
|
||||
bool "reformime (7.5 kb)"
|
||||
default BUSYBOX_DEFAULT_REFORMIME
|
||||
help
|
||||
Parse MIME-formatted messages.
|
||||
@@ -36,7 +36,7 @@ config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
|
||||
Accept (for compatibility only) and ignore options
|
||||
other than -x and -X.
|
||||
config BUSYBOX_CONFIG_SENDMAIL
|
||||
bool "sendmail"
|
||||
bool "sendmail (14 kb)"
|
||||
default BUSYBOX_DEFAULT_SENDMAIL
|
||||
help
|
||||
Barebones sendmail.
|
||||
|
||||
Reference in New Issue
Block a user