diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-20 06:42:28 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-20 06:42:28 +0000 |
commit | 1b965aebd357520e0b4cbb8d309e8afc28ba8e4c (patch) | |
tree | 3fe3880bb21e6e624a37122de787e802d4ce5775 /openwrt/package/Makefile | |
parent | 746e61ea7b49ae18999a337780723a67bc3da98e (diff) | |
download | mtk-20170518-1b965aebd357520e0b4cbb8d309e8afc28ba8e4c.zip mtk-20170518-1b965aebd357520e0b4cbb8d309e8afc28ba8e4c.tar.gz mtk-20170518-1b965aebd357520e0b4cbb8d309e8afc28ba8e4c.tar.bz2 |
Add ssmtp package
SVN-Revision: 1275
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 01a157c..6819b07 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -109,6 +109,7 @@ package-$(BR2_PACKAGE_SIPSAK) += sipsak package-$(BR2_PACKAGE_SNORT) += snort package-$(BR2_PACKAGE_SPEEX) += speex package-$(BR2_PACKAGE_SQLITE) += sqlite +package-$(BR2_PACKAGE_SSMTP) += ssmtp package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_TINC) += tinc |