test baner.

This commit is contained in:
licsber 2024-03-14 11:15:54 +08:00
parent 4713f8db68
commit 513177edc1
2 changed files with 12 additions and 1 deletions

View File

@ -13,9 +13,10 @@ COPY --chown=licsber openwrt.lede.ct6.x86.config .config
RUN make defconfig && \
make download -j8
RUN sed -i 's/192.168.1.1/10.24.6.1/g' package/base-files/files/bin/config_generate
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

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