mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 19:31:52 +00:00
remove conflicting patch
This commit is contained in:
parent
4b6c1db46b
commit
d81a535c98
1 changed files with 4 additions and 0 deletions
4
build.sh
4
build.sh
|
@ -437,6 +437,10 @@ fi
|
|||
#fi
|
||||
#echo "Done"
|
||||
|
||||
if [ -f target/linux/generic/backport-5.4/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch ]; then
|
||||
rm -f target/linux/generic/backport-5.4/370-netfilter-nf_flow_table-fix-offloaded-connection-tim.patch
|
||||
fi
|
||||
|
||||
if [ "$OMR_KERNEL" = "5.4" ]; then
|
||||
echo "Set to kernel 5.4 for rpi arch"
|
||||
find target/linux/bcm27xx -type f -name Makefile -exec sed -i 's%KERNEL_PATCHVER=5.10%KERNEL_PATCHVER:=5.4%g' {} \;
|
||||
|
|
Loading…
Reference in a new issue