From 81c3eced8f1e1dfdd00bbb094cfdf7ba7a74e1dd Mon Sep 17 00:00:00 2001 From: John Doe Date: Sun, 23 Jul 2023 00:26:08 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/patches.sh b/scripts/patches.sh index 6f71034..b587e3e 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -117,7 +117,7 @@ fi # fix for r1s-h3 if [[ $DEVICE == 'r1s-h3' ]]; then - sed -i 's/kmod-leds-gpio//' target/linux/sunxi/image/cortexa7.mk + sed -i 's/kmod-leds-gpio//;s/wpad-basic-wolfssl/wpad-basic-openssl/;' target/linux/sunxi/image/cortexa7.mk fi case $DEVICE in