aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/depend.mk
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2006-05-08 16:52:37 +0000
committerNicolas Thill <nico@openwrt.org>2006-05-08 16:52:37 +0000
commitab1afcbabb22b42d1792fa8b507d7631148d84a0 (patch)
treee2d1275bee91a285197217e1a4cc690b6bd70d95 /openwrt/package/depend.mk
parent62cdbe18f3f2aa3de0d110c08e74941b5fb2de28 (diff)
downloadupstream-ab1afcbabb22b42d1792fa8b507d7631148d84a0.tar.gz
upstream-ab1afcbabb22b42d1792fa8b507d7631148d84a0.tar.bz2
upstream-ab1afcbabb22b42d1792fa8b507d7631148d84a0.zip
update ulogd to v1.24, add a -mod-sqlite output plugin.
SVN-Revision: 3741
Diffstat (limited to 'openwrt/package/depend.mk')
-rw-r--r--openwrt/package/depend.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/openwrt/package/depend.mk b/openwrt/package/depend.mk
index f265cb581d..1903616e10 100644
--- a/openwrt/package/depend.mk
+++ b/openwrt/package/depend.mk
@@ -286,3 +286,6 @@ endif
ifneq ($(BR2_PACKAGE_ULOGD_MOD_PGSQL),)
ulogd-compile: postgresql-compile
endif
+ifneq ($(BR2_PACKAGE_ULOGD_MOD_SQLITE),)
+ulogd-compile: sqlite-compile
+endif