Skip to content

Commit

Permalink
Merge pull request #5 from yizhanghong/main
Browse files Browse the repository at this point in the history
x86 add modem feeds
  • Loading branch information
XiaoBinin authored Jan 24, 2025
2 parents 694281c + 5715dd1 commit 7b5e2ad
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 16 additions & 0 deletions configs/packages-x86.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions scripts/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b5e2ad

Please sign in to comment.