mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Fix ipq40xx compilation
This commit is contained in:
parent
a87d1d8646
commit
339a29df14
1 changed files with 1 additions and 0 deletions
1
build.sh
1
build.sh
|
@ -809,6 +809,7 @@ if [ "$OMR_KERNEL" = "6.6" ]; then
|
|||
find target/linux/ramips -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/
|
||||
#echo "CONFIG_VERSION_CODE=6.6" >> ".config"
|
||||
#echo "# CONFIG_PACKAGE_kmod-gpio-button-hotplug is not set" >> ".config"
|
||||
#echo "# CONFIG_PACKAGE_kmod-meraki-mx100 is not set" >> ".config"
|
||||
|
|
Loading…
Reference in a new issue