From 25c76156255923e37f7604078a0fcfb6aa088cf9 Mon Sep 17 00:00:00 2001 From: miaogongzi Date: Fri, 20 Dec 2024 00:47:06 +0800 Subject: [PATCH] Update diy.sh --- devices/x86_64/diy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/x86_64/diy.sh b/devices/x86_64/diy.sh index 1b2b9b8..6392e27 100644 --- a/devices/x86_64/diy.sh +++ b/devices/x86_64/diy.sh @@ -16,7 +16,7 @@ wget -N https://raw.githubusercontent.com/coolsnowwolf/lede/master/package/firmw #内核升级模块 #开始 -wget -N https://raw.githubusercontent.com/mgz0227/openwrt/main/target/linux/generic/hack-6.6/780-usb-net-MeigLink_modem_support.patch -P target/linux/generic/hack-6.6/ +#wget -N https://raw.githubusercontent.com/mgz0227/openwrt/main/target/linux/generic/hack-6.6/780-usb-net-MeigLink_modem_support.patch -P target/linux/generic/hack-6.6/ wget -N https://raw.githubusercontent.com/mgz0227/openwrt/main/include/kernel-6.6 -P include/ #结束