From 2997c41e5a1ae0cb958e96d332840f92c9fe1bb4 Mon Sep 17 00:00:00 2001 From: Alex Benya Denisov Date: Thu, 30 Jul 2026 21:48:28 +0300 Subject: [PATCH] fix: accept built-in LuCI language selection --- deploy/luci-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/luci-builder/Dockerfile b/deploy/luci-builder/Dockerfile index c656cef..32ad79e 100644 --- a/deploy/luci-builder/Dockerfile +++ b/deploy/luci-builder/Dockerfile @@ -162,7 +162,7 @@ RUN printf '%s\n' \ && mv .config.packages-pruned .config \ && grep -q '^CONFIG_PACKAGE_luci-app-rmm-agent=m$' .config \ && grep -q '^CONFIG_LUCI_LANG_ru=y$' .config \ - && grep -q '^CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m$' .config + && grep -Eq '^CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=[my]$' .config RUN make -j1 package/luci-app-rmm-agent/compile V=s