update ulogd to v1.24, add a -mod-sqlite output plugin.
[openwrt.git] / openwrt / package / depend.mk
index f265cb5..1903616 100644 (file)
@@ -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
This page took 0.021804 seconds and 4 git commands to generate.