summaryrefslogtreecommitdiff
path: root/openwrt/package/ulogd
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-05-19 21:01:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-05-19 21:01:43 +0000
commitae393286bdd69600c6a2359e8328dbd7124cb672 (patch)
treeeedf08ebd5ddc05b8f9991fec751015e16ce64f9 /openwrt/package/ulogd
parent12bdcae8f0086559b660b84040aff0518c76486b (diff)
downloadmtk-20170518-ae393286bdd69600c6a2359e8328dbd7124cb672.zip
mtk-20170518-ae393286bdd69600c6a2359e8328dbd7124cb672.tar.gz
mtk-20170518-ae393286bdd69600c6a2359e8328dbd7124cb672.tar.bz2
fix ulogd package
SVN-Revision: 966
Diffstat (limited to 'openwrt/package/ulogd')
-rw-r--r--openwrt/package/ulogd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ulogd/Makefile b/openwrt/package/ulogd/Makefile
index 8644175..704b915 100644
--- a/openwrt/package/ulogd/Makefile
+++ b/openwrt/package/ulogd/Makefile
@@ -35,8 +35,8 @@ endef
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,ULOGD,ulogd,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(eval $(call PKG_template,ULOGD_MYSQL_PLUGIN,ulogd-mysql-plugin,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(eval $(call PKG_template,ULOGD_PGSQL_PLUGIN,ulogd-pgsql-plugin,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(eval $(call PKG_template,ULOGD_MYSQL_PLUGIN,ulogd-mod-mysql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(eval $(call PKG_template,ULOGD_PGSQL_PLUGIN,ulogd-mod-pgsql,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(eval $(call IPKG_plugin_template,ULOGD_MYSQL_PLUGIN,MYSQL))
$(eval $(call IPKG_plugin_template,ULOGD_PGSQL_PLUGIN,PGSQL))