fix: enable Russian LuCI translation package

This commit is contained in:
2026-07-30 21:10:17 +03:00
parent 91388f7266
commit 7cd210f03c
+2 -1
View File
@@ -143,7 +143,7 @@ RUN rm -rf tmp/info \
RUN printf '%s\n' \ RUN printf '%s\n' \
'CONFIG_PACKAGE_luci-app-rmm-agent=m' \ 'CONFIG_PACKAGE_luci-app-rmm-agent=m' \
'CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m' \ 'CONFIG_LUCI_LANG_ru=m' \
>> .config \ >> .config \
&& make defconfig \ && make defconfig \
&& awk ' \ && awk ' \
@@ -160,6 +160,7 @@ RUN printf '%s\n' \
' .config > .config.packages-pruned \ ' .config > .config.packages-pruned \
&& mv .config.packages-pruned .config \ && mv .config.packages-pruned .config \
&& grep -q '^CONFIG_PACKAGE_luci-app-rmm-agent=m$' .config \ && grep -q '^CONFIG_PACKAGE_luci-app-rmm-agent=m$' .config \
&& grep -q '^CONFIG_LUCI_LANG_ru=m$' .config \
&& grep -q '^CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m$' .config && grep -q '^CONFIG_PACKAGE_luci-i18n-rmm-agent-ru=m$' .config
RUN make -j1 package/luci-app-rmm-agent/compile V=s RUN make -j1 package/luci-app-rmm-agent/compile V=s