fix: build Russian LuCI language package

This commit is contained in:
2026-07-30 21:37:20 +03:00
parent 1caba582c1
commit 28b5393837
+1
View File
@@ -144,6 +144,7 @@ RUN rm -rf tmp/info \
RUN printf '%s\n' \
'CONFIG_PACKAGE_luci-app-rmm-agent=m' \
'CONFIG_LUCI_LANG_ru=y' \
'CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m' \
>> .config \
&& make defconfig \
&& awk ' \