mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
stunc: Align with bbf_api
This commit is contained in:
parent
504c78965d
commit
3f2b130848
1 changed files with 4 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=stunc
|
PKG_NAME:=stunc
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_VERSION:=1.1.6
|
PKG_VERSION:=1.1.7
|
||||||
|
|
||||||
LOCAL_DEV:=0
|
LOCAL_DEV:=0
|
||||||
ifneq ($(LOCAL_DEV),1)
|
ifneq ($(LOCAL_DEV),1)
|
||||||
|
|
@ -23,6 +23,8 @@ endif
|
||||||
PKG_LICENSE:=GPL-2.0-only
|
PKG_LICENSE:=GPL-2.0-only
|
||||||
PKG_LICENSE_FILES:=LICENSE
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
|
PKG_BUILD_DEPENDS:=bbf
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/stunc/default
|
define Package/stunc/default
|
||||||
|
|
@ -30,7 +32,7 @@ define Package/stunc/default
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
SUBMENU:=TRx69
|
SUBMENU:=TRx69
|
||||||
TITLE:=BBF STUN Client
|
TITLE:=BBF STUN Client
|
||||||
DEPENDS:=+libubus +libuci +libubox +libjson-c +libblobmsg-json +libbbf_api
|
DEPENDS:=+libubus +libuci +libubox +libjson-c +libblobmsg-json
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/stunc-mbedtls
|
define Package/stunc-mbedtls
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue