From 885621939f55b2ee827b2ca101e3be8ac673f459 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Wed, 29 Sep 2021 11:20:42 +0200 Subject: [PATCH] remove pppoe patch --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 004b7462..b802bab4 100755 --- a/build.sh +++ b/build.sh @@ -446,6 +446,9 @@ 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/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 if [ -f target/linux/generic/pending-5.4/645-netfilter-nf_flow_table-rework-hardware-offload-time.patch ]; then rm -f target/linux/generic/pending-5.4/645-netfilter-nf_flow_table-rework-hardware-offload-time.patch fi