mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Update config 5.4 and remove some patches
This commit is contained in:
parent
fb7651792e
commit
e3dd49809b
2 changed files with 34 additions and 0 deletions
12
build.sh
12
build.sh
|
@ -446,6 +446,12 @@ fi
|
|||
if [ -f target/linux/generic/pending-5.4/641-netfilter-nf_flow_table-support-hw-offload-through-v.patch ]; then
|
||||
rm -f target/linux/generic/pending-5.4/641-netfilter-nf_flow_table-support-hw-offload-through-v.patch
|
||||
fi
|
||||
if [ -f target/linux/generic/pending-5.4/642-net-8021q-support-hardware-flow-table-offload.patch ]; then
|
||||
rm -f target/linux/generic/pending-5.4/642-net-8021q-support-hardware-flow-table-offload.patch
|
||||
fi
|
||||
if [ -f target/linux/generic/pending-5.4/643-net-bridge-support-hardware-flow-table-offload.patch ]; then
|
||||
rm -f target/linux/generic/pending-5.4/643-net-bridge-support-hardware-flow-table-offload.patch
|
||||
fi
|
||||
if [ -f target/linux/generic/pending-5.4/644-net-pppoe-support-hardware-flow-table-offload.patch ]; then
|
||||
rm -f target/linux/generic/pending-5.4/644-net-pppoe-support-hardware-flow-table-offload.patch
|
||||
fi
|
||||
|
@ -455,6 +461,9 @@ fi
|
|||
if [ -f target/linux/generic/pending-5.4/647-net-dsa-support-hardware-flow-table-offload.patch ]; then
|
||||
rm -f target/linux/generic/pending-5.4/647-net-dsa-support-hardware-flow-table-offload.patch
|
||||
fi
|
||||
if [ -f target/linux/generic/hack-5.4/650-netfilter-add-xt_OFFLOAD-target.patch ]; then
|
||||
rm -f target/linux/generic/hack-5.4/650-netfilter-add-xt_OFFLOAD-target.patch
|
||||
fi
|
||||
if [ -f target/linux/generic/pending-5.4/690-net-add-support-for-threaded-NAPI-polling.patch ]; then
|
||||
rm -f target/linux/generic/pending-5.4/690-net-add-support-for-threaded-NAPI-polling.patch
|
||||
fi
|
||||
|
@ -467,6 +476,9 @@ fi
|
|||
if [ -f target/linux/bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch ]; then
|
||||
rm -f target/linux/bcm27xx/patches-5.4/950-1031-net-lan78xx-Ack-pending-PHY-ints-when-resetting.patch
|
||||
fi
|
||||
if [ -f target/linux/generic/pending-5.4/770-16-net-ethernet-mediatek-mtk_eth_soc-add-flow-offloadin.patch ]; then
|
||||
rm -f target/linux/generic/pending-5.4/770-16-net-ethernet-mediatek-mtk_eth_soc-add-flow-offloadin.patch
|
||||
fi
|
||||
|
||||
if [ "$OMR_KERNEL" = "5.4" ]; then
|
||||
echo "Set to kernel 5.4 for rpi arch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue