Skip to content

Commit 90e303b

Browse files
authored
Update and rename patches_6.0.sh to patches_6.1.sh
1 parent 9081bac commit 90e303b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/patches_6.0.sh renamed to scripts/patches_6.1.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if [[ $DEVICE == 'r1s' ]]; then
101101
fi
102102

103103
# 设置内核为6.0
104-
sed -i "s/KERNEL_PATCHVER:=*.*/KERNEL_PATCHVER:=6.0/g" target/linux/rockchip/Makefile
105-
sed -i "s/KERNEL_PATCHVER=*.*/KERNEL_PATCHVER=6.0/g" target/linux/rockchip/Makefile
104+
sed -i "s/KERNEL_PATCHVER:=*.*/KERNEL_PATCHVER:=6.1/g" target/linux/rockchip/Makefile
105+
sed -i "s/KERNEL_PATCHVER=*.*/KERNEL_PATCHVER=6.1/g" target/linux/rockchip/Makefile
106106
sed -i 's/kmod-usb-net-rtl8152/kmod-usb-net-rtl8152-vendor/' target/linux/rockchip/image/armv8.mk target/linux/sunxi/image/cortexa53.mk target/linux/sunxi/image/cortexa7.mk
107107
sed -i 's/5de8c8e29aaa3fb9cc6b47bb27299f271354ebb72514e3accadc7d38b5bbaa72/9625784cf2e4fd9842f1d407681ce4878b5b0dcddbcd31c6135114a30c71e6a8/' package/feeds/packages/jq/Makefile

0 commit comments

Comments
 (0)