diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-05-18 22:15:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-05-18 22:15:21 +0000 |
commit | bf78c555640a83560a3dbaad59d5b71ef8053a9f (patch) | |
tree | 4d0918e35d3fc4b4e429eb40b7886e12a98c4fac /openwrt/package/Makefile | |
parent | 72fc91e1422c2bf6d4c79eb58e8ad50e381e52fb (diff) | |
download | mtk-20170518-bf78c555640a83560a3dbaad59d5b71ef8053a9f.zip mtk-20170518-bf78c555640a83560a3dbaad59d5b71ef8053a9f.tar.gz mtk-20170518-bf78c555640a83560a3dbaad59d5b71ef8053a9f.tar.bz2 |
add axtls embedded ssl/tls library.
SVN-Revision: 3795
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 c36d30f..a028f65 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -13,6 +13,7 @@ package-$(BR2_PACKAGE_ASTERISK) += asterisk package-$(BR2_COMPILE_ATFTP) += atftp package-$(BR2_PACKAGE_AUTOSSH) += autossh package-$(BR2_COMPILE_AVAHI) += avahi +package-$(BR2_COMPILE_AXTLS) += axtls package-$(BR2_COMPILE_BC) += bc package-$(BR2_COMPILE_BIND) += bind package-$(BR2_PACKAGE_BITCHX) += bitchx |