From 403348dbf10da1075daddc5fc105a0f31f5e4713 Mon Sep 17 00:00:00 2001 From: nanako <469449812@qq.com> Date: Thu, 19 Jun 2025 23:13:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EQModem=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A45gsupport?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nanako <469449812@qq.com> --- build_openwrt.sh | 2 +- feeds.conf.default | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build_openwrt.sh b/build_openwrt.sh index 9b43e489d2..4f36f111ce 100755 --- a/build_openwrt.sh +++ b/build_openwrt.sh @@ -29,7 +29,7 @@ declare -A CUSTOM_PACKAGES=( ["partexp"]="package/luci-app-partexp=https://github.com/sirpdboy/luci-app-partexp=main=false" ["openclash"]="package/openclash=https://github.com/vernesong/OpenClash=dev=true" ["zerotier"]="package/luci-app-zerotier=https://github.com/Firsgith/luci-app-zerotier.git=main=false" - ["5gsupport"]="package/5G-Modem-Support=https://nanako.site/gitea/Nanako/openwrt-app-actions.git=main=false" + # ["5gsupport"]="package/5G-Modem-Support=https://nanako.site/gitea/Nanako/openwrt-app-actions.git=main=false" ) #---------------日志系统---------------# diff --git a/feeds.conf.default b/feeds.conf.default index 226dc094b3..cb410c99ae 100644 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -2,3 +2,4 @@ src-git packages https://github.com/immortalwrt/packages.git;openwrt-24.10 src-git luci https://github.com/immortalwrt/luci.git;openwrt-24.10 src-git routing https://github.com/openwrt/routing.git;openwrt-24.10 src-git telephony https://github.com/openwrt/telephony.git;openwrt-24.10 +src-git qmodem https://github.com/FUjr/QModem.git;main \ No newline at end of file