Skip to content

Commit fe2eeab

Browse files
committed
update
1 parent 2e29cb6 commit fe2eeab

File tree

25 files changed

+95
-1363
lines changed

25 files changed

+95
-1363
lines changed

.github/workflows/Openwrt-AutoBuild.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ jobs:
149149
TAG_INFO="$(curl -gs -H 'Content-Type: application/json' \
150150
-H "Authorization: Bearer ${{ secrets.TOKEN_KIDDIN9 }}" \
151151
-X POST -d '{ "query": "query {repository(owner: \"openwrt\", name: \"openwrt\") {refs(refPrefix: \"refs/tags/\", first: 4, orderBy: {field: TAG_COMMIT_DATE, direction: DESC}) {nodes {name target { ... on Tag {tagger {date}}}}}}}"}' https://api.github.com/graphql)"
152-
TAG_DATE="$( echo ${TAG_INFO} | jq -r '.data.repository.refs.nodes[] | select(.name | startswith("v24")) | .target.tagger.date' | head -n 1)"
152+
TAG_DATE="$( echo ${TAG_INFO} | jq -r '.data.repository.refs.nodes[] | select(.name | startswith("v25")) | .target.tagger.date' | head -n 1)"
153153
if [[ $(( ($(date +%s) - $(date -d "$TAG_DATE" +%s)) / 86400 )) -lt 15 ]]; then
154-
REPO_BRANCH="$( echo ${TAG_INFO} | jq -r '.data.repository.refs.nodes[].name' | grep v24 | head -n 1)"
155-
#REPO_BRANCH="openwrt-24.10"
154+
REPO_BRANCH="$( echo ${TAG_INFO} | jq -r '.data.repository.refs.nodes[].name' | grep v25 | head -n 1)"
155+
#REPO_BRANCH="openwrt-25.12"
156156
else
157-
REPO_BRANCH="openwrt-24.10"
157+
REPO_BRANCH="openwrt-25.12"
158158
fi
159159
#echo "CONFIG_VERSION_REPO=\"https://dl.openwrt.ai/releases/`echo $REPO_BRANCH | cut -d . -f 1,2 | sed -e 's/^v//'`\"">>devices/common/.config
160-
echo "CONFIG_VERSION_REPO=\"https://dl.openwrt.ai/releases/24.10\"">>devices/common/.config
160+
echo "CONFIG_VERSION_REPO=\"https://dl.openwrt.ai/releases/25.12\"">>devices/common/.config
161161
if [[ ! "${{ env.REPO_BRANCH }}" && "$REPO_URL" == "https://github.com/openwrt/openwrt" ]]; then
162162
git clone $REPO_URL -b $REPO_BRANCH openwrt
163163
elif [[ ! "${{ env.REPO_BRANCH }}" ]]; then

devices/airoha_an7581/diy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
#!/bin/bash
2-
3-
rm -rf target/linux/airoha/patches-6.6/107-v6.19-pwm-airoha-Add-support-for-EN7581-SoC.patch

0 commit comments

Comments
 (0)