theme and passwd.

This commit is contained in:
licsber 2024-04-11 11:02:44 +08:00
parent 4022048547
commit c29c360b29
2 changed files with 13 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN make download -j8
RUN sed -i 's/192.168.1.1/10.24.66.1/g' package/base-files/files/bin/config_generate
RUN sed -i 's/255.255.255.0/255.0.0.0/g' package/base-files/files/bin/config_generate
RUN sed -i "s/hostname='OpenWrt'/hostname='ChinaTelecomOT'/g" package/base-files/files/bin/config_generate
RUN sed -i 's/root:::0:99999:7:::/root:$5$xeM4LFOWSqhQpWWQ$dali1R7FDL8DfMb5atosYIUaMuU6tCQ5Ehwif6yux\/C:19824:0:99999:7:::/g' package/base-files/files/etc/shadow
ENV GOPROXY='https://goproxy.io,direct'
RUN if [ `nproc` -le 4 ]; then make -j2 || make V=s; else make -j `nproc` || make V=s; fi && \

View File

@ -46,6 +46,18 @@ CONFIG_PACKAGE_uhttpd-mod-ubus=y
CONFIG_LUCI_LANG_zh_Hans=y
CONFIG_PACKAGE_luci-theme-material=y
CONFIG_PACKAGE_cgi-io=y
CONFIG_PACKAGE_liblucihttp=y
CONFIG_PACKAGE_liblucihttp-ucode=y
CONFIG_PACKAGE_luci-base=y
CONFIG_PACKAGE_rpcd=y
CONFIG_PACKAGE_rpcd-mod-file=y
CONFIG_PACKAGE_rpcd-mod-luci=y
CONFIG_PACKAGE_rpcd-mod-ucode=y
CONFIG_PACKAGE_ucode-mod-html=y
CONFIG_PACKAGE_ucode-mod-math=y
CONFIG_PACKAGE_luci-app-dockerman=y
CONFIG_OPENSSL_ENGINE=y
CONFIG_OPENSSL_OPTIMIZE_SPEED=y