aboutsummaryrefslogtreecommitdiffstats
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
commit973843c9714168aaacd2a36b75dbfd8e0363e681 (patch)
treee8939eace31e115133c9bc83d077b818939db8c4
parentb610afe86e49e8b2c85303a5901557488466c11e (diff)
downloadupstream-973843c9714168aaacd2a36b75dbfd8e0363e681.tar.gz
upstream-973843c9714168aaacd2a36b75dbfd8e0363e681.tar.bz2
upstream-973843c9714168aaacd2a36b75dbfd8e0363e681.zip
fix ulogd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@966 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--package/ulogd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ulogd/Makefile b/package/ulogd/Makefile
index 86441753d7..704b91591f 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))