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