cd ~
git clone https://github.com/eallion/lede.git
克隆 Aliddns :
如果是用阿里云解析的话,比 luci-app-ddns 好用太多。
cd ~/lede/package/lean
git clone https://github.com/chenhw2/luci-app-aliddns.git
pushd package/feeds/luci-app-aliddns/tools/po2lmo
make && sudo make install
popd
cd ~/lede
wget https://github.com/vernesong/OpenClash/archive/master.zip
unzip master.zip
cd OpenClash-master
mv luci-app-openclash ../package/lean/luci-app-openclash
cd ~/lede/package/lean
mkdir -p package/feeds
git clone https://github.com/shadowsocks/openwrt-shadowsocks.git
cd ~/lede/package/lean
git clone https://github.com/chenhw2/openwrt-v2ray-plugin.git
cd ~/lede/package/lean
git clone https://github.com/pymumu/luci-app-smartdns.git
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
make download V=s
make -j8 V=s
git pull
./scripts/feeds update -a
./scripts/feeds install -a
make clean
make menuconfig
make download V=s
make -j8 V=s
make --help #查看 make 选项
make download # 仅下载make需要的文件
make defconfig # 默认配置
make package/xxxxxxxxx/compile # 构筑单个包
make clean # 清除`/bin`和`/build_dir`文件夹
make dirclean # 清除编译完成的文件和相对应工具链,相对应全面清除
make distclean # 相对上面会清除配置和feeds