diff --git a/udpecho/Makefile b/udpecho/Makefile index 5b8004bfe..72439f4ad 100755 --- a/udpecho/Makefile +++ b/udpecho/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=udpecho -PKG_VERSION:=2.2.1 +PKG_VERSION:=2.2.2 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -70,7 +70,7 @@ define Package/$(PKG_NAME)-server/install $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/udpechoserverd $(1)/usr/sbin/ $(INSTALL_DATA) ./files/etc/config/udpechoserver $(1)/etc/config/udpechoserver $(INSTALL_BIN) ./files/etc/init.d/udpechoserverd $(1)/etc/init.d/udpechoserverd - $(call BbfdmInstallPlugin,$(1),$(PKG_BUILD_DIR)/src/libudpechoserver.so) + $(BBFDM_INSTALL_CORE_PLUGIN) $(PKG_BUILD_DIR)/src/libudpechoserver.so $(1) endef define Package/$(PKG_NAME)-client/install