diff --git a/.github/workflows/build-x86.yml b/.github/workflows/build-x86.yml index b42df3a..563e325 100644 --- a/.github/workflows/build-x86.yml +++ b/.github/workflows/build-x86.yml @@ -68,6 +68,7 @@ jobs: ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt cd openwrt echo "src-git opp https://github.com/xiaorouji/openwrt-passwall-packages.git;main" >> ./feeds.conf.default + echo "src-git modem https://github.com/FUjr/modem_feeds.git;main" >> ./feeds.conf.default - name: 开启缓存 uses: klever1988/cachewrtbuild@main diff --git a/configs/packages-x86.txt b/configs/packages-x86.txt index b87086a..703681a 100644 --- a/configs/packages-x86.txt +++ b/configs/packages-x86.txt @@ -78,6 +78,22 @@ CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Xray=y # CONFIG_PACKAGE_luci-app-passwall_INCLUDE_Xray_Plugin is not set # end of Configuration +CONFIG_PACKAGE_luci-app-qmodem_with_lua_index_page=y +CONFIG_PACKAGE_luci-app-qmodem=y +CONFIG_PACKAGE_luci-app-qmodem_ADD_LUA_LUCI_HOMEPAGE=y +CONFIG_PACKAGE_luci-app-qmodem_INCLUDE_ADD_PCI_SUPPORT=y +CONFIG_PACKAGE_luci-app-qmodem_USE_TOM_CUSTOMIZED_QUECTEL_CM=y +CONFIG_PACKAGE_luci-app-qmodem_USING_QWRT_QUECTEL_CM_5G=y +# CONFIG_PACKAGE_luci-app-qmodem_USING_NORMAL_QUECTEL_CM is not set +# CONFIG_PACKAGE_luci-app-qmodem-hc is not set +# CONFIG_PACKAGE_luci-app-qmodem-mwan is not set +CONFIG_PACKAGE_luci-app-qmodem-sms=y +CONFIG_PACKAGE_luci-app-qmodem-ttl=y +CONFIG_PACKAGE_luci-i18n-qmodem-sms-zh-cn=y +CONFIG_PACKAGE_luci-i18n-qmodem-zh-cn=y +CONFIG_PACKAGE_kmod-mhi-bus=y +CONFIG_PACKAGE_kmod-mhi-pci-generic=y + # Configuration # # CONFIG_PACKAGE_luci-app-passwall2_INCLUDE_Haproxy is not set diff --git a/scripts/packages.sh b/scripts/packages.sh index 905a3f4..1feab9a 100644 --- a/scripts/packages.sh +++ b/scripts/packages.sh @@ -42,6 +42,8 @@ git clone -b main --depth 1 https://github.com/xiaorouji/openwrt-passwall2.git # git clone -b v5 --depth 1 https://github.com/sbwml/luci-app-mosdns.git #openclash # git clone -b master --depth 1 https://github.com/vernesong/OpenClash.git +#modem +git clone -b main --depth 1 https://github.com/FUjr/modem_feeds.git popd