2021年10月

echo "src-git adguardhome https://github.com/rufengsuixing/luci-app-adguardhome.git" >> feeds.conf.default

二次编译

cd /home/ubuntu/lede && export all_proxy="socks5://*:*@101.32.32.75:10808" && export GOPROXY=https://goproxy.cn && export FORCE_UNSAFE_CONFIGURE=1 && git pull && ./scripts/feeds update -a && ./scripts/feeds install -a && make -j8 download && make -j$(($(nproc) + 1)) V=s
 && cp /home/ubuntu/lede/bin/targets/x86/64/openwrt-x86-64-generic-squashfs-combined-efi.img /home/ubuntu/openwrt/$(date +%Y%m%d)openwrt-x86-64-generic-squashfs-combined-efi.img

清理重新编译

cd /home/ubuntu/lede && export all_proxy="socks5://*:*@101.32.32.75:10808" && export GOPROXY=https://goproxy.cn && export FORCE_UNSAFE_CONFIGURE=1 && git pull && ./scripts/feeds update -a && ./scripts/feeds install -a && make clean && make -j8 download && make -j$(($(nproc) + 1)) V=s