1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add rockchi^6.6 support from antnyfls repo

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-05-02 08:59:02 +02:00
parent cef6983668
commit 12fef40249
14 changed files with 1124 additions and 0 deletions

View file

@ -808,6 +808,9 @@ if [ "$OMR_KERNEL" = "6.6" ]; then
echo "Set to kernel 6.6 for ramips"
find target/linux/ramips -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=6.1%KERNEL_PATCHVER:=6.6%g' {} \;
echo "Done"
echo "Set to kernel 6.6 for rockchip"
find target/linux/rockchip -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=6.1%KERNEL_PATCHVER:=6.6%g' {} \;
echo "Done"
[ -d target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom ] && mv -f target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/* target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/ && rm -fr target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom
#echo "CONFIG_VERSION_CODE=6.6" >> ".config"