[][MAC80211][misc][sync iproute2 package]

[Description]
Add iproute2 sync.
bpftools has dependency with iproute2 package, so sync both of them with
master branch to prevent build fail.

[Release-log]
N/A

Change-Id: Ibf85b12a8ddb80067df3175093e7513bca548826
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/7210225
diff --git a/autobuild_mac80211_release/lede-build-sanity.sh b/autobuild_mac80211_release/lede-build-sanity.sh
index 1b3e0b5..c4d7a40 100755
--- a/autobuild_mac80211_release/lede-build-sanity.sh
+++ b/autobuild_mac80211_release/lede-build-sanity.sh
@@ -133,6 +133,9 @@
 	rm -rf  ${BUILD_DIR}/package/network/utils/bpftools
 	cp -fpR ${BUILD_DIR}/./../mac80211_package/package/network/utils/bpftools ${BUILD_DIR}/package/network/utils
 
+	rm -rf  ${BUILD_DIR}/package/network/utils/iproute2
+	cp -fpR ${BUILD_DIR}/./../mac80211_package/package/network/utils/iproute2 ${BUILD_DIR}/package/network/utils
+
 	cp -fpR ${BUILD_DIR}/./../mac80211_package/package/network/services/bridger ${BUILD_DIR}/package/network/services
 
 	patch -f -p1 -i ${MTK_FEED_DIR}/autobuild_mac80211_release/0010-add-llvm_bpf-toolchain.patch