Skip to content

Commit a179d32

Browse files
committed
25.12
1 parent 11367b1 commit a179d32

6 files changed

Lines changed: 10 additions & 16 deletions

File tree

.github/workflows/OpenWrt-Matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
TARGET_DEVICE_ARCH="$TARGET_DEVICE_ARCH-${{ matrix.arch_suffix }}"
226226
fi
227227
echo "TARGET_DEVICE_ARCH=$TARGET_DEVICE_ARCH" >> $GITHUB_ENV
228-
latest_release="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][4-9]/p' | sed -n 1p | sed 's/.tar.gz//g' | sed 's/v//g')"
228+
latest_release="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][5-9]/p' | sed -n 1p | sed 's/.tar.gz//g' | sed 's/v//g')"
229229
echo "latest_release=${latest_release}" >> $GITHUB_ENV
230230
231231
echo "Package folder ${{ env.openwrt_source_name }}"
@@ -308,7 +308,7 @@ jobs:
308308
allowUpdates: true
309309
prerelease: false
310310
tag: ${{ env.latest_release }}
311-
commit: "24.10"
311+
commit: "25.12"
312312
replacesArtifacts: true
313313
token: ${{ secrets.GITHUB_TOKEN }}
314314
artifacts: ./artifact/*.zip

SCRIPTS/01_get_ready.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clone_repo() {
1313
}
1414

1515
# 定义一些变量,存储仓库地址和分支名
16-
latest_release="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][4-9]/p' | sed -n 1p | sed 's/.tar.gz//g')"
16+
latest_release="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][5-9]/p' | sed -n 1p | sed 's/.tar.gz//g')"
1717
immortalwrt_repo="https://github.com/immortalwrt/immortalwrt.git"
1818
immortalwrt_pkg_repo="https://github.com/immortalwrt/packages.git"
1919
immortalwrt_luci_repo="https://github.com/immortalwrt/luci.git"

SCRIPTS/02_prepare_package.sh

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ cp -rf ../PATCH/kernel/wg/* ./target/linux/generic/hack-6.12/
5959
# dont wrongly interpret first-time data
6060
echo "net.netfilter.nf_conntrack_tcp_max_retrans=5" >>./package/kernel/linux/files/sysctl-nf-conntrack.conf
6161
# OTHERS
62-
cp -rf ../PATCH/kernel/others/* ./target/linux/generic/pending-6.12/
62+
#cp -rf ../PATCH/kernel/others/* ./target/linux/generic/pending-6.12/
6363

6464
### Fullcone-NAT 部分 ###
6565
# bcmfullcone
@@ -145,7 +145,7 @@ cp -rf ../lede_pkg_ma/lang/golang ./feeds/packages/lang/golang
145145
wget https://github.com/rust-lang/rust/commit/e8d97f0.patch -O feeds/packages/lang/rust/patches/e8d97f0.patch
146146
# mount cgroupv2
147147
pushd feeds/packages
148-
patch -p1 <../../../PATCH/pkgs/cgroupfs-mount/0001-fix-cgroupfs-mount.patch
148+
#patch -p1 <../../../PATCH/pkgs/cgroupfs-mount/0001-fix-cgroupfs-mount.patch
149149
popd
150150
mkdir -p feeds/packages/utils/cgroupfs-mount/patches
151151
cp -rf ../PATCH/pkgs/cgroupfs-mount/900-mount-cgroup-v2-hierarchy-to-sys-fs-cgroup-cgroup2.patch ./feeds/packages/utils/cgroupfs-mount/patches/
@@ -194,14 +194,8 @@ patch -p1 <../PATCH/pkgs/odhcp6c/1002-odhcp6c-support-dhcpv6-hotplug.patch
194194
# ODHCPD
195195
rm -rf ./package/network/services/odhcpd
196196
cp -rf ../openwrt_ma/package/network/services/odhcpd ./package/network/services/odhcpd
197-
mkdir -p package/network/ipv6/odhcp6c/patches
198-
wget https://github.com/openwrt/odhcp6c/pull/75.patch -O package/network/ipv6/odhcp6c/patches/75.patch
199-
wget https://github.com/openwrt/odhcp6c/pull/80.patch -O package/network/ipv6/odhcp6c/patches/80.patch
200-
wget https://github.com/openwrt/odhcp6c/pull/82.patch -O package/network/ipv6/odhcp6c/patches/82.patch
201-
wget https://github.com/openwrt/odhcp6c/pull/83.patch -O package/network/ipv6/odhcp6c/patches/83.patch
202-
wget https://github.com/openwrt/odhcp6c/pull/84.patch -O package/network/ipv6/odhcp6c/patches/84.patch
203-
wget https://github.com/openwrt/odhcp6c/pull/90.patch -O package/network/ipv6/odhcp6c/patches/90.patch
204-
wget https://github.com/openwrt/odhcp6c/pull/98.patch -O package/network/ipv6/odhcp6c/patches/98.patch
197+
rm -rf ./package/network/ipv6/odhcp6c
198+
cp -rf ../openwrt_ma/package/network/ipv6/odhcp6c ./package/network/ipv6/odhcp6c
205199
# watchcat
206200
echo > ./feeds/packages/utils/watchcat/files/watchcat.config
207201
# 默认开启 Irqbalance

SCRIPTS/R2S/02_target_only.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ sed -i "s,'eth1' 'eth0','eth0' 'eth1',g" target/linux/rockchip/armv8/base-files/
1212
rm -f target/linux/generic/hack-6.12/696*
1313

1414
#Vermagic
15-
latest_version="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][4-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
15+
latest_version="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][5-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
1616
wget https://downloads.openwrt.org/releases/${latest_version}/targets/rockchip/armv8/profiles.json
1717
jq -r '.linux_kernel.vermagic' profiles.json >.vermagic
1818
sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk

SCRIPTS/R4S/02_target_only.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sed -i 's,-mcpu=generic,-march=armv8-a+crc+crypto,g' include/target.mk
66
sed -i 's,kmod-r8168,kmod-r8169,g' target/linux/rockchip/image/armv8.mk
77

88
#Vermagic
9-
latest_version="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][4-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
9+
latest_version="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][5-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
1010
wget https://downloads.openwrt.org/releases/${latest_version}/targets/rockchip/armv8/profiles.json
1111
jq -r '.linux_kernel.vermagic' profiles.json >.vermagic
1212
sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk

SCRIPTS/X86/02_target_only.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ exit 0
2525
'> ./package/base-files/files/etc/rc.local
2626

2727
#Vermagic
28-
latest_version="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][4-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
28+
latest_version="$(curl -s https://github.com/openwrt/openwrt/tags | grep -Eo "v[0-9\.]+\-*r*c*[0-9]*.tar.gz" | sed -n '/[2-9][5-9]/p' | sed -n 1p | sed 's/v//g' | sed 's/.tar.gz//g')"
2929
wget https://downloads.openwrt.org/releases/${latest_version}/targets/x86/64/profiles.json
3030
jq -r '.linux_kernel.vermagic' profiles.json >.vermagic
3131
sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk

0 commit comments

Comments
 (0)