OpenWrt
- Images built after May 31 2020 are based on Ubuntu 18.04.
x86This image has 26G, and the dependent software packages and compiled binaries are in it. It can be used directly for x86, or it can be recompiled through simple configuration.x86-binThis image contains only x86 binaries generated by compilation.
- Reconfiguration:
rm -rf ./tmp && rm -rf .config
make menuconfig
make -j$(($(nproc) + 1)) V=s
- Output path after compilation: /lede/bin/targets
解决方法: ssh -oHostKeyAlgorithms=+ssh-rsa root@192.168.1.3 The authenticity of host '192.168.1.3 (192.168.1.3)' can't be established.