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:
parent
cef6983668
commit
12fef40249
14 changed files with 1124 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue