[][MAC80211][build][Change mwctrl to mwctl]

[Description]
Change mwctrl to mwctl

[Release-log]
N/A

Change-Id: I0414a6c858b2a4ecb200a6cb07a5b74dca014e2e
Reviewed-on: https://gerrit.mediatek.inc/c/openwrt/feeds/mtk_openwrt_feeds/+/6296156
diff --git a/feed/mt76-vendor/Makefile b/feed/mt76-vendor/Makefile
index 92c1629..2b2f415 100644
--- a/feed/mt76-vendor/Makefile
+++ b/feed/mt76-vendor/Makefile
@@ -24,7 +24,7 @@
 define Package/mt76-vendor/install
 	mkdir -p $(1)/usr/sbin
 	$(INSTALL_BIN) $(PKG_BUILD_DIR)/mt76-vendor $(1)/usr/sbin
-	ln -s $(1)/usr/sbin/mt76-vendor $(1)/usr/sbin/mwctrl
+	ln -s $(1)/usr/sbin/mt76-vendor $(1)/usr/sbin/mwctl
 endef
 
 $(eval $(call BuildPackage,mt76-vendor))