diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-10-29 21:14:04 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-30 22:18:52 +0100 |
commit | b94e18ecda66cd8b280a1fb5d1a060fd4e635658 (patch) | |
tree | ce13b8c3e531281fa814f925d8d852ef8f018c4c /package/Config.in | |
parent | 746116d1eb2ec11f9d477e8fddfb41fc63ed86b6 (diff) | |
download | buildroot-b94e18ecda66cd8b280a1fb5d1a060fd4e635658.tar.gz buildroot-b94e18ecda66cd8b280a1fb5d1a060fd4e635658.zip |
package/dovecot: New package
[Thomas:
- slightly adjust the prompt of options in the Config.in file
- fix license: it's just LGPLv2.1, no exceptions. Parts of the code
are under public domain, or under the MIT license, but the
combination is under LGPLv2.1.
- rewrap one comment in the .mk file.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/Config.in')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 5de4df9fef..5d5a9eeab6 100644 --- a/package/Config.in +++ b/package/Config.in @@ -955,6 +955,7 @@ menu "Miscellaneous" endmenu menu "Mail" + source "package/dovecot/Config.in" source "package/exim/Config.in" source "package/fetchmail/Config.in" source "package/heirloom-mailx/Config.in" |