From 3f2b1308487d23e3ff7f1cee9b55eb3efa29cf8e Mon Sep 17 00:00:00 2001 From: vdutta Date: Wed, 4 May 2022 13:07:42 +0530 Subject: [PATCH] stunc: Align with bbf_api --- stunc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stunc/Makefile b/stunc/Makefile index 88c21f3fb..c4c0e5be5 100755 --- a/stunc/Makefile +++ b/stunc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=stunc PKG_RELEASE:=1 -PKG_VERSION:=1.1.6 +PKG_VERSION:=1.1.7 LOCAL_DEV:=0 ifneq ($(LOCAL_DEV),1) @@ -23,6 +23,8 @@ endif PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=LICENSE +PKG_BUILD_DEPENDS:=bbf + include $(INCLUDE_DIR)/package.mk define Package/stunc/default @@ -30,7 +32,7 @@ define Package/stunc/default CATEGORY:=Utilities SUBMENU:=TRx69 TITLE:=BBF STUN Client - DEPENDS:=+libubus +libuci +libubox +libjson-c +libblobmsg-json +libbbf_api + DEPENDS:=+libubus +libuci +libubox +libjson-c +libblobmsg-json endef define Package/stunc-mbedtls