[OpenWrt-Devel] [PATCH 0/1] ath79: Restore GL.iNet GL-AR300M-Lite first-boot connectivity

Chuanhong Guo gch981213 at gmail.com
Fri Sep 27 21:39:29 EDT 2019


Hi!

On Sat, Sep 28, 2019 at 12:33 AM Jeff Kletsky <lede at allycomm.com> wrote:
> [...]
> As suggested by Alberto Bursi in the linked thread, one approach to
> resolution would be to disable the "unused" interface, GMAC1. This
> would have the additional advantage of removing the unconnected
> interface from the kernel and end-user visibility. By disabling GMAC1,
> it was expected that GMAC0 would be identified by the kernel as "eth0"
> as the sole Ethernet interface visible.
>
> &eth1 {
>        status = "disabled";
> };
>

To disable GMAC1, you should use the following:
&eth1 {
       compatible = "syscon", "simple-mfd";
}

Regards,
Chuanhong Guo

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list