diff --git a/build.sh b/build.sh index e84d5971..c96fe19d 100755 --- a/build.sh +++ b/build.sh @@ -419,6 +419,9 @@ if [ "$OMR_KERNEL" = "5.4" ]; then echo "Done" echo "Set to kernel 5.4 for mediatek arch (BPI-R2)" find target/linux/mediatek -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.19%KERNEL_PATCHVER:=5.4%g' {} \; + echo "Set to kernel 5.4 for IPQ" + find target/linux/ipq40xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER:=4.19%KERNEL_PATCHVER:=5.4%g' {} \; + echo "Done" echo "Done" fi @@ -440,6 +443,7 @@ cd "$OMR_TARGET/source" echo "Update feeds index" cp .config .config.keep scripts/feeds clean +./scripts/feeds update -a && ./scripts/feeds install -a scripts/feeds install -a scripts/feeds update -a