This commit is contained in:
John Doe 2022-09-30 10:55:20 +08:00
parent a22ccd6bfd
commit 1e36a08184
No known key found for this signature in database
GPG Key ID: 30F190E0C359CB4F

View File

@ -104,6 +104,12 @@ if [[ $DEVICE == 'r1s' ]]; then
merge_package https://github.com/immortalwrt/immortalwrt/branches/openwrt-18.06-k5.4/package/emortal/autocore
fi
# fix for r1p-lts
if [[ $DEVICE == 'r1p-lts' ]]; then
git revert bd522ba3a1389457fdd3b63aba92731f16a18163 -X theirs --no-commit
sed -i 's/1.46/1.49/' package/boot/uboot-rockchip/Makefile
fi
case $DEVICE in
r2s|r2c|r1p|r1p-lts)
sed -i 's/5.10/5.4/g' target/linux/rockchip/Makefile