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