From: nbd Date: Thu, 19 May 2005 21:01:43 +0000 (+0000) Subject: fix ulogd package X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f276c8b3adece352397e2166d36e0d3d130a277b;p=openwrt-10.03%2F.git fix ulogd package git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@966 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/ulogd/Makefile b/package/ulogd/Makefile index 86441753d..704b91591 100644 --- a/package/ulogd/Makefile +++ b/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))