Skip to content

Commit

Permalink
openthread-br: bump version and add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-sho committed Nov 20, 2024
1 parent 6945c7b commit 8c63128
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions net/openthread-br/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=openthread-br
PKG_SOURCE_DATE:=2023-08-01
PKG_SOURCE_VERSION:=1738d8cd8b42106c2ef1262fbbac2f06beab83ba
PKG_SOURCE_DATE:=2024-11-20
PKG_SOURCE_VERSION:=bd7bc77742920eba3b3801a410c3eba3372c98bb
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/openthread/ot-br-posix.git
PKG_MIRROR_HASH:=035925e78df115d4c08ca5ab50197855ce47d70ee5fb76caeef1c91e9d804f04
PKG_MIRROR_HASH:=ca4352e527e38de26c8c4242ced5899e6fd1e4fea57d0dc4b2a6bd433e6b14b6

PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be>
PKG_LICENSE:=BSD-3-Clause
Expand Down Expand Up @@ -41,7 +41,8 @@ define Package/openthread-br
+libubox \
+libubus \
+mdnsd \
+mdnsresponder
+mdnsresponder \
+kmod-tun
endef

define Package/openthread-br/description
Expand All @@ -57,6 +58,8 @@ CMAKE_OPTIONS += \
-DOT_CHANNEL_MANAGER=ON \
-DOT_CHANNEL_MONITOR=ON \
-DOT_FIREWALL=OFF \
-DOT_NAT64_BORDER_ROUTING=OFF \
-DOT_TARGET_OPENWRT=ON \
-DOTBR_BACKBONE_ROUTER=ON \
-DOTBR_BORDER_ROUTING=ON \
-DOTBR_DNSSD_DISCOVERY_PROXY=ON \
Expand All @@ -67,7 +70,8 @@ CMAKE_OPTIONS += \
-DOTBR_REST=ON \
-DOTBR_SRP_ADVERTISING_PROXY=ON \
-DOTBR_SRP_SERVER_AUTO_ENABLE=ON \
-DOTBR_TREL=ON
-DOTBR_TREL=ON \
-DOTBR_NAT64=OFF

TARGET_CFLAGS += -DOPENTHREAD_POSIX_CONFIG_DAEMON_SOCKET_BASENAME=\\\"/var/run/openthread-%s\\\"

Expand Down

0 comments on commit 8c63128

Please sign in to comment.