fix banner.

This commit is contained in:
licsber 2024-03-14 12:46:21 +08:00
parent 513177edc1
commit 507c36fb75
3 changed files with 1 additions and 12 deletions

View File

@ -16,7 +16,6 @@ RUN make defconfig && \
RUN sed -i 's/192.168.1.1/10.24.66.1/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/timezone='UTC'/timezone='UTC+8'/g" package/base-files/files/bin/config_generate
COPY --chown=licsber banner package/base-files/files/etc/banner
ENV GOPROXY='https://goproxy.io,direct'
RUN if [ `nproc` -le 4 ]; then make -j3 || make V=s; else make -j `nproc` || make V=s; fi && \

View File

@ -1,10 +0,0 @@
_ _ _ _ _
| | (_) | | | | | |
| | _ ___ ___| |__ ___ _ __| | __ _| |__
| | | |/ __/ __| '_ \ / _ \ '__| | / _` | '_ \
| |____| | (__\__ \ |_) | __/ | | |___| (_| | |_) |
|______|_|\___|___/_.__/ \___|_| |______\__,_|_.__/
------------------------------------------------------
%D %V, %C
------------------------------------------------------

View File

@ -35,7 +35,7 @@ RUN cd lede && \
make defconfig && \
make download -j8
COPY --chown=licsber banner package/base-files/files/etc/banner
COPY --chown=licsber banner lede/package/base-files/files/etc/banner
RUN cd lede && \
make -j3 || make V=s