From 4efd981704304934c0ba757c56333cc6c409ffcd Mon Sep 17 00:00:00 2001 From: John Doe Date: Sat, 26 Aug 2023 06:25:30 +0800 Subject: [PATCH] fix --- scripts/patches.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/patches.sh b/scripts/patches.sh index 73b4215..2df4603 100644 --- a/scripts/patches.sh +++ b/scripts/patches.sh @@ -124,6 +124,7 @@ if [[ $DEVICE == 'r1s-h3' ]]; then fi # ... +sed -i 's/rk3399_bl31_v1.35.elf/rk3399_bl31_v1.36.elf/' package/boot/uboot-rockchip/Makefile 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 ## ugly fix of the read-only issue