summaryrefslogtreecommitdiff
path: root/openwrt/package/depend.mk
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-08 16:52:37 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-05-08 16:52:37 +0000
commitcb3c4276a0d92e542c2a222eb5c02f5f75e57ea0 (patch)
treec0bc455456709ddea4660cb9ba9900da9af81b15 /openwrt/package/depend.mk
parent88d99188b8fdc9b172b74e41db418a9b85b13ae0 (diff)
update ulogd to v1.24, add a -mod-sqlite output plugin.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3741 3c298f89-4303-0410-b956-a3cf2f4a3e73
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