Skip to content

Commit 4497375

Browse files
re-release
1 parent 8d0fd32 commit 4497375

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SCRIPTS/R2S/02_R2S.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cp -rf ../PATCH/duplicate/addition-trans-zh-r2s ./package/lean/lean-translate
4141
cp -rf ../PATCH/new/script/cputemp.sh ./package/base-files/files/bin/cputemp.sh
4242

4343
# Match Vermagic
44-
latest_release="$(curl -s https://api.github.com/repos/openwrt/openwrt/tags | grep -Eo "v21.02.+[0-9\.]" | head -n 1)"
44+
latest_release="$(curl -s https://api.github.com/repos/openwrt/openwrt/tags | grep -Eo "21.02.+[0-9\.]" | head -n 1)"
4545
wget https://downloads.openwrt.org/releases/${latest_release}/targets/rockchip/armv8/packages/Packages.gz
4646
zgrep -m 1 "Depends: kernel (=.*)$" Packages.gz | sed -e 's/.*-\(.*\))/\1/' > .vermagic
4747
sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk

SCRIPTS/X86/02_X86.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ clear
55
cp -rf ../PATCH/duplicate/addition-trans-zh-x86 ./package/lean/lean-translate
66

77
# Match Vermagic
8-
latest_release="$(curl -s https://api.github.com/repos/openwrt/openwrt/tags | grep -Eo "v21.02.+[0-9\.]" | head -n 1)"
8+
latest_release="$(curl -s https://api.github.com/repos/openwrt/openwrt/tags | grep -Eo "21.02.+[0-9\.]" | head -n 1)"
99
wget https://downloads.openwrt.org/releases/${latest_release}/targets/x86/64/packages/Packages.gz
1010
zgrep -m 1 "Depends: kernel (=.*)$" Packages.gz | sed -e 's/.*-\(.*\))/\1/' > .vermagic
1111
sed -i -e 's/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk

SCRIPTS/switch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
#
99
# Change Lines
1010
#
11-
# 30 Oct
11+
# 31 Oct

0 commit comments

Comments
 (0)