From 40cda95e6726b776347b56d1489bf9b79dbea578 Mon Sep 17 00:00:00 2001 From: zyimm Date: Thu, 27 Mar 2025 14:06:14 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20qemu=E8=99=9A=E6=8B=9F=E8=BF=90?= =?UTF-8?q?=E8=A1=8Copenwrt=E4=BD=BF=E7=94=A8=E5=AE=BF=E4=B8=BB=E6=9C=BA?= =?UTF-8?q?=E7=BD=91=E7=BB=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/Linux/openwrt/compile.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_posts/Linux/openwrt/compile.md b/_posts/Linux/openwrt/compile.md index cf51030..dea3afd 100644 --- a/_posts/Linux/openwrt/compile.md +++ b/_posts/Linux/openwrt/compile.md @@ -73,3 +73,10 @@ opkg install luci-app-ttyd 2. 安装对应ipk + + +## 6.qemu虚拟运行openwrt使用宿主机网络 + +修改 `/etc/config/network` 中 `config interface 'lan'` 为dhcp即可!具体如图所示! + +![c5440a139d44094422f6706765f4422b](https://www.zyimm.com/images/media/20250327/c5440a139d44094422f6706765f4422b.png)