diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-10 15:54:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-10 15:54:29 +0000 |
commit | f948293d3d984ff6dded0aeb2d4b6038df760434 (patch) | |
tree | 990fdaa492d5107c60bbfc8e753f890af8701504 /openwrt/package/Makefile | |
parent | ac42d8f6a2d9c2a71475ef5631266bae217133b6 (diff) | |
download | mtk-20170518-f948293d3d984ff6dded0aeb2d4b6038df760434.zip mtk-20170518-f948293d3d984ff6dded0aeb2d4b6038df760434.tar.gz mtk-20170518-f948293d3d984ff6dded0aeb2d4b6038df760434.tar.bz2 |
Add sqlite (libsqlite and sqlite-cli) package
SVN-Revision: 1185
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index d91002b..183c44b 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -94,6 +94,7 @@ package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak package-$(BR2_PACKAGE_SNORT) += snort package-$(BR2_PACKAGE_SPEEX) += speex +package-$(BR2_PACKAGE_SQLITE) += sqlite package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_TINC) += tinc @@ -145,6 +146,7 @@ postgresql-compile: zlib-compile screen-compile: ncurses-compile siproxd-compile: libosip2-compile sipsak-compile: openssl-compile +sqlite-compile: ncurses-compile readline-compile tcpdump-compile: libpcap-compile tinc-compile: zlib-compile openssl-compile lzo-compile vtun-compile: zlib-compile openssl-compile lzo-compile |