[][Fix build error for SDK v5.10]

[Description]
Fix build error for SDK v5.10

The build error is caused by a newly-published
patch on OpenWrt master branch:
https://github.com/openwrt/openwrt/blob/b5f25d
43b7e8eb78bde9659b3ecb651ee5e2f5be/target/linux
/generic/pending-5.10/704-02-net-fix-dev_fill_
forward_path-with-pppoe-bridge.patch

This published change is targeted to apply on
Linux mainline upstream-hnat but not nf-hnat,
so we add it into remove.patch.list to avoid
patch failure.

[Release-log]
N/A

Change-Id: I3480db09dda33e70a75af42a40ae9eddbab5a663
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/5940587
diff --git a/remove.patch.list b/remove.patch.list
index d616233..f946413 100644
--- a/remove.patch.list
+++ b/remove.patch.list
@@ -16,6 +16,7 @@
 target/linux/generic/pending-5.10/700-net-ethernet-mtk_eth_soc-avoid-creating-duplicate-of.patch
 target/linux/generic/pending-5.10/701-*.patch
 target/linux/generic/pending-5.10/702-net-ethernet-mtk_eth_soc-enable-threaded-NAPI.patch
+target/linux/generic/pending-5.10/704-02-net-fix-dev_fill_forward_path-with-pppoe-bridge.patch
 target/linux/generic/pending-5.15/701-00-net-ethernet-mtk_eth_soc-add-support-for-coherent-DM.patch
 target/linux/generic/pending-5.15/701-02-net-ethernet-mtk_eth_soc-add-support-for-Wireless-Et.patch
 target/linux/generic/pending-5.15/701-03-net-ethernet-mtk_eth_soc-implement-flow-offloading-t.patch