Adding support for Zbtlink WE5126

I used force source :slight_smile:
І downloaded the building system and searched where and how to turn on the pci bus ... and i found and turned on.
the patch is very simple

diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi
index aa46de7134..9374f285fc 100644
--- a/target/linux/ramips/dts/mt7628an.dtsi
+++ b/target/linux/ramips/dts/mt7628an.dtsi
@@ -462,7 +462,7 @@
 		clocks = <&clkctrl 26 &clkctrl 27>;
 		clock-names = "pcie0", "pcie1";
 
-		status = "disabled";
+		status = "okay";
 
 		device_type = "pci";
 

and that's what happened, the mt7612e chip was found and started working, I'm actually writing this message by connecting through it.
more data

root@OpenWrt:~# lspci -k
00:00.0 PCI bridge: MEDIATEK Corp. Device 0801 (rev 01)
lspci: Unable to load libkmod resources: error -12
01:00.0 Network controller: MEDIATEK Corp. MT7662E 802.11ac PCI Express Wireless Network Adapter
        Subsystem: MEDIATEK Corp. MT7662E 802.11ac PCI Express Wireless Network Adapter
        Kernel driver in use: mt76x2e
root@OpenWrt:~# 

the kernel log is here: https://vanessa.org.ua/files/dmesg.log
But there is one problem: this chip works at a very low power - 1 dBm (1mW), the router is at a distance of 3m from me and the wifi signal is a little more than zero, although it works stably, I can watch videos from YouTube, the speed is enough.

1 Like