From 13585fdec5b68ab2852f72fdd9f6f7fd5306f6f1 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Sat, 3 Jan 2026 16:15:27 +0200 Subject: [PATCH] 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 --- net/openthread-br/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/openthread-br/Makefile b/net/openthread-br/Makefile index fa75026697..948668545b 100644 --- a/net/openthread-br/Makefile +++ b/net/openthread-br/Makefile @@ -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