From fd3f54421070ec3790939d96b42d47ac2ea594be Mon Sep 17 00:00:00 2001 From: vdutta Date: Mon, 26 Sep 2022 16:23:24 +0530 Subject: [PATCH] twamp: 1.2.3 --- twamp/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/twamp/Makefile b/twamp/Makefile index 575479aec..cc2248f5b 100755 --- a/twamp/Makefile +++ b/twamp/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=twamp -PKG_VERSION:=1.2.2 +PKG_VERSION:=1.2.3 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -19,7 +19,6 @@ endif PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=LICENSE -PKG_BUILD_DEPENDS:=bbf include $(INCLUDE_DIR)/package.mk @@ -28,7 +27,7 @@ define Package/$(PKG_NAME) CATEGORY:=Utilities SUBMENU:=TRx69 TITLE:=TWAMP Light Client(TR-390) - DEPENDS:=+libuci +ubox +libubus + DEPENDS:=+libuci +ubox +libubus +libbbf_api endef define Package/$(PKG_NAME)/description