Skip to content

Commit 13585fd

Browse files
committed
openthread-br: fix luci-app-openthread
The LuCI OpenThread app is written in Lua. Add a dependency on luci-lua-runtime. Fixes: #28247 Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
1 parent ae922c2 commit 13585fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/openthread-br/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
66
PKG_NAME:=openthread-br
77
PKG_SOURCE_DATE:=2025-06-12
88
PKG_SOURCE_VERSION:=2f3c799c7463c8f674754e65c53f78bc0bbcbd58
9-
PKG_RELEASE:=1
9+
PKG_RELEASE:=2
1010

1111
PKG_SOURCE_PROTO:=git
1212
PKG_SOURCE_URL=https://github.com/openthread/ot-br-posix.git
@@ -24,7 +24,7 @@ define Package/luci-app-openthread
2424
SECTION:=luci
2525
SUBMENU:=3. Applications
2626
TITLE:=LuCI Support for OpenThread Border Router
27-
DEPENDS:=+luci-base
27+
DEPENDS:=+luci-base +luci-lua-runtime
2828
endef
2929

3030
define Package/openthread-br

0 commit comments

Comments
 (0)