diff --git a/openwrt/lede/ct6-x86/Dockerfile.openwrt-lede-ct6-x86 b/openwrt/lede/ct6-x86/Dockerfile.openwrt-lede-ct6-x86 index a063cd3..5c12c45 100644 --- a/openwrt/lede/ct6-x86/Dockerfile.openwrt-lede-ct6-x86 +++ b/openwrt/lede/ct6-x86/Dockerfile.openwrt-lede-ct6-x86 @@ -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 && \ diff --git a/openwrt/lede/ct6-x86/banner b/openwrt/lede/ct6-x86/banner new file mode 100644 index 0000000..7f0e047 --- /dev/null +++ b/openwrt/lede/ct6-x86/banner @@ -0,0 +1,10 @@ + _ _ _ _ _ + | | (_) | | | | | | + | | _ ___ ___| |__ ___ _ __| | __ _| |__ + | | | |/ __/ __| '_ \ / _ \ '__| | / _` | '_ \ + | |____| | (__\__ \ |_) | __/ | | |___| (_| | |_) | + |______|_|\___|___/_.__/ \___|_| |______\__,_|_.__/ + +------------------------------------------------------ + %D %V, %C +------------------------------------------------------