fix: enable Russian LuCI translation package
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user