[][MAC80211][misc][Remove tops for mac80211 build]

[Description]
Remove patches and packages of tops for mac80211 build.

[Release-log]
N/A

Change-Id: I5053fb07a17289c011c14e4eb87f9e452bd18f64
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7898713
diff --git a/autobuild_mac80211_release/lede-build-sanity.sh b/autobuild_mac80211_release/lede-build-sanity.sh
index 872f14a..a468b0b 100755
--- a/autobuild_mac80211_release/lede-build-sanity.sh
+++ b/autobuild_mac80211_release/lede-build-sanity.sh
@@ -156,6 +156,11 @@
 	rm -rf ./target/linux/mediatek/patches-5.4/999-2708-mtkhnat-add-support-for-virtual-interface-acceleration.patch
 	rm -rf ./target/linux/mediatek/patches-5.4/999-2726-mtkhnat-tnl-interface-offload-check.patch
 
+	# remove patches and packages of tops
+	rm -rf ./target/linux/mediatek/patches-5.4/*mtk-tops*.patch
+	rm -rf ${BUILD_DIR}/package/kernel/tops
+	rm -rf ${BUILD_DIR}/package/feeds/mtk_openwrt_feed/tops-tool
+
 	#hack mt7988 config5.4
 	echo "CONFIG_BRIDGE_NETFILTER=y" >> ./target/linux/mediatek/mt7988/config-5.4
 	echo "CONFIG_NETFILTER_FAMILY_BRIDGE=y" >> ./target/linux/mediatek/mt7988/config-5.4