File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ cp -rf ../PATCH/duplicate/addition-trans-zh-r2s ./package/lean/lean-translate
4141cp -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) "
4545wget https://downloads.openwrt.org/releases/${latest_release} /targets/rockchip/armv8/packages/Packages.gz
4646zgrep -m 1 " Depends: kernel (=.*)$" Packages.gz | sed -e ' s/.*-\(.*\))/\1/' > .vermagic
4747sed -i -e ' s/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk
Original file line number Diff line number Diff line change 55cp -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) "
99wget https://downloads.openwrt.org/releases/${latest_release} /targets/x86/64/packages/Packages.gz
1010zgrep -m 1 " Depends: kernel (=.*)$" Packages.gz | sed -e ' s/.*-\(.*\))/\1/' > .vermagic
1111sed -i -e ' s/^\(.\).*vermagic$/\1cp $(TOPDIR)\/.vermagic $(LINUX_DIR)\/.vermagic/' include/kernel-defaults.mk
Original file line number Diff line number Diff line change 88#
99# Change Lines
1010#
11- # 30 Oct
11+ # 31 Oct
You can’t perform that action at this time.
0 commit comments