From 161c89060e3b2d081291f8b298e409dac88da979 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Tue, 16 Apr 2024 18:07:13 +0530 Subject: [PATCH] udpecho: align with bbfdm --- udpecho/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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