From 60d3dee452e4a14d4c7acc795d2a68e2793d2d44 Mon Sep 17 00:00:00 2001 From: John Doe Date: Mon, 7 Aug 2023 15:58:12 +0800 Subject: [PATCH] Revert "fix" This reverts commit 5249bbb55755cc4e5867c7c620a2cec14dd2b1d1. --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index 82793f9..c17f101 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -70,6 +70,7 @@ if [[ $BRANCH == 'master' ]]; then echo -e "\toption minfreq0 '816000'" >> $config_file_cpufreq echo -e "\toption maxfreq0 '1512000'\n" >> $config_file_cpufreq + sed -i 's/5.10/5.4/g' target/linux/rockchip/Makefile line_number_CONFIG_CRYPTO_LIB_BLAKE2S=$[`grep -n 'CONFIG_CRYPTO_LIB_BLAKE2S' package/kernel/linux/modules/crypto.mk | cut -d: -f 1`+1] sed -i $line_number_CONFIG_CRYPTO_LIB_BLAKE2S' s/HIDDEN:=1/DEPENDS:=@(LINUX_5_4||LINUX_5_10)/' package/kernel/linux/modules/crypto.mk sed -i 's/libblake2s.ko@lt5.9/libblake2s.ko/;s/libblake2s-generic.ko@lt5.9/libblake2s-generic.ko/' package/kernel/linux/modules/crypto.mk