Add support for Cudy X6 (Wifi 6 router)?

Hi

Is this PR progressing? Do you know if the vendor OpenWRT image use proprietary WiFi drivers?

thank you

I have found a problem with WIFI mac adress as with Tenbay T-MB5-EU-v01

if you build add lines in -> ramips/mt7621/base-files/etc/hotplug.d/ieee80211/10_fix_wifi_mac

just after **case "$board" in **

cudy,x6)
		hw_mac_addr="$(mtd_get_mac_binary factory 0x4)"
		[ "$PHYNBR" = "0" ] && macaddr_add $hw_mac_addr "2" > /sys${DEVPATH}/macaddress
		[ "$PHYNBR" = "1" ] && macaddr_add $hw_mac_addr "3" > /sys${DEVPATH}/macaddress
		;;

With the patch WIFI MacAdress are lan + 2 for 2.4GHz & lan + 3 for 5 Ghz

Many thanks solved by [blocktrron] Developer

1 Like

I am struggling with the vendor's image for OpenWrt, as I have recently documented. and I would love to see support for this device in the core project officially completed, with prebuilt images available for download.

look at the end

Have you noticed the already existing pull request about it?

1 Like

Keep an eye on it, and start looking for snapshots once it's approved.

Request posted:

Do PRs such as the one pending generally get reviewed through a regular queue, or is it generally a more irregular process of those with approval permissions chancing to take an interest in a pending request?