#22194: Add support for ZBT WG3526
--------------------------------+---------------------------------------
 Reporter:  gareth41@…          |      Owner:  developers
     Type:  defect              |     Status:  new
 Priority:  normal              |  Milestone:  Designated Driver (Trunk)
Component:  packages            |    Version:  Trunk
 Keywords:  add support WG3526  |
--------------------------------+---------------------------------------
 The WG3526 is almost the same as the WG2626, the only different is the
 2.4g wifi as explained here:
 https://forum.openwrt.org/viewtopic.php?id=63996

 I have tested it by editing the following so that wifi worked, all works
 ok except for wifi gpio led's which are supposedly gpio 17 according to
 manufacturer but this still won't work.


 {{{
 --- a/target/linux/ramips/dts/ZBT-WG2626.dts
 +++ b/target/linux/ramips/dts/ZBT-WG2626.dts
 @@ -75,8 +75,8 @@
                         mt76@0,0 {
                                 reg = <0x0000 0 0 0 0>;
                                 device_type = "pci";
 -                               mediatek,mtd-eeprom = <&factory 0x8000>;
 -                               mediatek,2ghz = <0>;
 +                               mediatek,mtd-eeprom = <&factory 0x0000>;
 +                               mediatek,5ghz = <0>;
                         };
                 };

 @@ -84,8 +84,8 @@
                         mt76@1,0 {
                                 reg = <0x0000 0 0 0 0>;
                                 device_type = "pci";
 -                               mediatek,mtd-eeprom = <&factory 0x0000>;
 -                               mediatek,5ghz = <0>;
 +                               mediatek,mtd-eeprom = <&factory 0x8000>;
 +                               mediatek,2ghz = <0>;
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/22194>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
openwrt-tickets@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to