openthread-br: fix luci-app-openthread
authorStijn Tintel <redacted>
Sat, 3 Jan 2026 14:15:27 +0000 (16:15 +0200)
committerStijn Tintel <redacted>
Thu, 8 Jan 2026 18:00:33 +0000 (20:00 +0200)
The LuCI OpenThread app is written in Lua. Add a dependency on
luci-lua-runtime.

Fixes: #28247
Signed-off-by: Stijn Tintel <redacted>
net/openthread-br/Makefile

index fa750266978a8401d3cd9ddab5ae263daa3bd6c9..948668545bc06f0088a2aabab484d1918f3a52de 100644 (file)
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
 PKG_NAME:=openthread-br
 PKG_SOURCE_DATE:=2025-06-12
 PKG_SOURCE_VERSION:=2f3c799c7463c8f674754e65c53f78bc0bbcbd58
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=https://github.com/openthread/ot-br-posix.git
@@ -24,7 +24,7 @@ define Package/luci-app-openthread
   SECTION:=luci
   SUBMENU:=3. Applications
   TITLE:=LuCI Support for OpenThread Border Router
-  DEPENDS:=+luci-base
+  DEPENDS:=+luci-base +luci-lua-runtime
 endef
 
 define Package/openthread-br
git clone https://git.99rst.org/PROJECT