summaryrefslogtreecommitdiffstats
path: root/openwrt/package/depend.mk
diff options
context:
space:
mode:
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 f265cb581..1903616e1 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