aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7620/profiles
Commit message (Expand)AuthorAgeFilesLines
* ramips: add support for Dovado tiny ACJohn Crispin2015-11-021-0/+17
* ramips: enable mt76 by default for the mt7620 subtarget (for devices with mt7...Felix Fietkau2015-10-061-2/+1
* ramips: Add build files for HiWiFi HC5x61 modelsJohn Crispin2015-10-051-0/+47
* ramips: fix various mistakes in subtargets *.mk profilesJohn Crispin2015-08-174-15/+22
* ramips: fix Aigale Ai-BR100 dts and profile namesJohn Crispin2015-08-171-3/+3
* ramips: fix Xiaomi MiWiFi Mini board, image and profile namesJohn Crispin2015-08-171-3/+3
* ramips: Add support for Microduino MicroWRTJohn Crispin2015-04-091-0/+9
* ramips: add support for Xiaomi MiWiFi Mini devicesJohn Crispin2015-02-021-0/+18
* ramips:Add support for Aigale Ai-BR100John Crispin2014-12-131-0/+16
* ralink: merge the mt7620a/n subtargetsJohn Crispin2014-11-193-0/+49
/* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# DO NOT EDIT. This file is generated from Config.src
menu "Mail Utilities"



config BUSYBOX_CONFIG_MAKEMIME
	bool "makemime"
	default n
	help
	  Create MIME-formatted messages.

config BUSYBOX_CONFIG_FEATURE_MIME_CHARSET
	string "Default charset"
	default n
	depends on BUSYBOX_CONFIG_MAKEMIME || BUSYBOX_CONFIG_REFORMIME || BUSYBOX_CONFIG_SENDMAIL
	help
	  Default charset of the message.

config BUSYBOX_CONFIG_POPMAILDIR
	bool "popmaildir"
	default n
	help
	  Simple yet powerful POP3 mail popper. Delivers content
	  of remote mailboxes to local Maildir.

config BUSYBOX_CONFIG_FEATURE_POPMAILDIR_DELIVERY
	bool "Allow message filters and custom delivery program"
	default n
	depends on BUSYBOX_CONFIG_POPMAILDIR
	help
	  Allow to use a custom program to filter the content
	  of the message before actual delivery (-F "prog [args...]").
	  Allow to use a custom program for message actual delivery
	  (-M "prog [args...]").

config BUSYBOX_CONFIG_REFORMIME
	bool "reformime"
	default n
	help
	  Parse MIME-formatted messages.

config BUSYBOX_CONFIG_FEATURE_REFORMIME_COMPAT
	bool "Accept and ignore options other than -x and -X"
	default n
	depends on BUSYBOX_CONFIG_REFORMIME
	help
	  Accept (for compatibility only) and ignore options
	  other than -x and -X.

config BUSYBOX_CONFIG_SENDMAIL
	bool "sendmail"
	default n
	help
	  Barebones sendmail.

endmenu