Skip to content

Commit

Permalink
修改编译设置
Browse files Browse the repository at this point in the history
  • Loading branch information
zhkong committed Aug 6, 2023
1 parent 5e3dc63 commit 9180b79
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
name: ax3600-${{ env.tag_name }}
allowUpdates: true
tag: ${{ env.latest_release }}
tag: ${{ env.tag_name }}
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ./artifact/*
13 changes: 11 additions & 2 deletions scripts/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,19 @@
# @Author: zhkong
# @Date: 2023-07-25 17:07:02
# @LastEditors: zhkong
# @LastEditTime: 2023-08-04 13:22:36
# @LastEditTime: 2023-08-06 21:08:38
# @FilePath: /xiaomi-ax3600-openwrt-build/scripts/prepare.sh
# @Description: Do not edit
###

git clone https://github.com/zhkong/openwrt-ipq807x.git -b qualcommax-6.1-nss --single-branch openwrt
git clone https://github.com/bitthief/openwrt.git -b qualcommax-6.1-nss --single-branch openwrt --depth 1
cd openwrt

git remote add upstream https://github.com/zhkong/openwrt-ipq807x.git
git fetch upstream qualcommax-6.1-nss --depth 3
git cherry-pick eaad44af90
git cherry-pick 10c91d822e

# 更新 Feeds
./scripts/feeds update -a
./scripts/feeds install -a
Expand All @@ -19,6 +24,10 @@ git clone https://github.com/vernesong/OpenClash.git --single-branch --depth 1 p
git clone https://github.com/jerrykuku/luci-theme-argon.git --single-branch --depth 1 package/new/luci-theme-argon
git clone https://github.com/flytosky-f/openwrt-vlmcsd.git --single-branch --depth 1 package/new/vlmcsd
git clone https://github.com/ssuperh/luci-app-vlmcsd-new.git --single-branch --depth 1 package/new/luci-app-vlmcsd-new

git clone https://github.com/sbwml/luci-app-mosdns -b v5 package/new/mosdns
git clone https://github.com/sbwml/v2ray-geodata package/new/v2ray-geodata

# AutoCore
svn export https://github.com/zhkong/openwrt-pkg/branches/master/autocore package/new/autocore
sed -i 's/"getTempInfo" /"getTempInfo", "getCPUBench", "getCPUUsage" /g' package/new/autocore/files/luci-mod-status-autocore.json
Expand Down

0 comments on commit 9180b79

Please sign in to comment.