We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae922c2 commit 13585fdCopy full SHA for 13585fd
net/openthread-br/Makefile
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
6
PKG_NAME:=openthread-br
7
PKG_SOURCE_DATE:=2025-06-12
8
PKG_SOURCE_VERSION:=2f3c799c7463c8f674754e65c53f78bc0bbcbd58
9
-PKG_RELEASE:=1
+PKG_RELEASE:=2
10
11
PKG_SOURCE_PROTO:=git
12
PKG_SOURCE_URL=https://github.com/openthread/ot-br-posix.git
@@ -24,7 +24,7 @@ define Package/luci-app-openthread
24
SECTION:=luci
25
SUBMENU:=3. Applications
26
TITLE:=LuCI Support for OpenThread Border Router
27
- DEPENDS:=+luci-base
+ DEPENDS:=+luci-base +luci-lua-runtime
28
endef
29
30
define Package/openthread-br
0 commit comments