This commit is contained in:
John Doe
2022-12-31 01:59:34 +08:00
parent ed4e9a5e10
commit 6749203d7c
7 changed files with 11 additions and 6 deletions

View File

@@ -113,6 +113,11 @@ if [[ $DEVICE == 'r1p-lts' ]]; then
sed -i 's/1.46/1.49/' package/boot/uboot-rockchip/Makefile
fi
# fix for r1s-h3
if [[ $DEVICE == 'r1s-h3' ]]; then
sed -i 's/kmod-leds-gpio//' target/linux/sunxi/image/cortexa7.mk
fi
case $DEVICE in
r2s|r2c|r1p|r1p-lts)
sed -i 's/5.10/5.4/g' target/linux/rockchip/Makefile