diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 21:19:23 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 21:19:23 +0000 |
commit | 941c554fdf2e0c5a168ad3907fd99007a56effcf (patch) | |
tree | 475deb526a927942f3e19c480e7e0442c065e585 /openwrt/package/Makefile | |
parent | 02fe2faa39be8225b43c790d163ebcbb4d3fa56c (diff) | |
download | mtk-20170518-941c554fdf2e0c5a168ad3907fd99007a56effcf.zip mtk-20170518-941c554fdf2e0c5a168ad3907fd99007a56effcf.tar.gz mtk-20170518-941c554fdf2e0c5a168ad3907fd99007a56effcf.tar.bz2 |
Add htpdate package
SVN-Revision: 899
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 b92938b..1ff6706 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -86,6 +86,7 @@ package-$(BR2_PACKAGE_LIBLTDL) += libtool package-$(BR2_PACKAGE_LIBOSIP2) += libosip2 package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak +package-$(BR2_PACKAGE_HTPDATE) += htpdate DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS)) |