资料 https://openwrt.org/docs/guide-user/installation/openwrt_x86 https://openwrt.org/docs/techref/image.format https://github.com/openwrt/openwrt lede大神 https://github.com/coolsnowwolf/lede 如何编译自己需要的 OpenWrt 固件 蓝灯vpn https://github.com/getlantern/lantern ubuntu下载 https://releases.ubuntu.com/ ubuntu安装 https://www.linuxtechi.com/ubuntu-18-04-lts-desktop-installation-guide-screenshots/ https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview OpenWrt是用于嵌入式设备(通常是无线路由器)的高度可扩展的GNU / Linux发行版。与路由器的许多其他发行版不同,OpenWrt完全是为嵌入式设备构建的,功能全面,易于修改的操作系统。实际上,这意味着您可以拥有所需的所有功能,而无需担心,由现代Linux内核提供支持。 下载想要的固件 https://openwrt.org/ Downloads ----> Stable Release builds https://downloads.openwrt.org/releases/ 例如下载 https://downloads.openwrt.org/releases/18.06.8/targets/x86/generic/ openwrt-18.06.8-x86-generic-combined- ext4 .img.gz 该固件包含一个常规的ext4 Linux分区。通常用于x86和x86_x64系统。 openwrt-18.06.8-x86-generic-combined- squashfs .img.gz 该固件包含一种压缩的分区类型,并以只读方式...