From: Felix Fietkau Date: Thu, 19 May 2005 21:01:43 +0000 (+0000) Subject: fix ulogd package X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ae393286bdd69600c6a2359e8328dbd7124cb672;p=librecmc%2Flibrecmc.git fix ulogd package SVN-Revision: 966 --- diff --git a/openwrt/package/ulogd/Makefile b/openwrt/package/ulogd/Makefile index 86441753d7..704b91591f 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))