From 131a18ee762f328b92907464f8517ed14ae3e6e7 Mon Sep 17 00:00:00 2001 From: John Doe Date: Thu, 16 Jun 2022 01:28:58 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index d9110f6..2f00914 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -109,7 +109,6 @@ if [[ $DEVICE == 'r4s' || $DEVICE == 'r2s' || $DEVICE == 'r2c' || $DEVICE == 'r1 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 - echo 'kmod-wireguard' >> `ls staging_dir/target-*/pkginfo/linux.default.install` fi # ...