Tomasz Maciej Nowak <[email protected]> [2019-03-04 15:18:53]:

Hi,

> When doing upgrade from OpenWrt ar71xx image, it is recomended to not keep the
> old configuration.

why is that?

> +             wan {
> +                     label = "epg5000:blue:wan";
> +                     gpios = <&gpio 22 GPIO_ACTIVE_LOW>;
> +             };

this LED is marked in ar71xx as `epg5000:amber:wps` any reason for this change?

> +             wlan2g {
> +                     label = "epg5000:blue:wlan2g";
> +                     gpios = <&gpio 13 GPIO_ACTIVE_LOW>;
> +                     linux,default-trigger = "phy1tpt";
> +             };

In ar71xx it's named as `epg5000:blue:wlan-2g`, so to keep the upgrade process
to ath79 seamless it would be good idea to use the same name.

> +
> +             wlan5g {
> +                     label = "epg5000:blue:wlan5g";
> +                     gpios = <&gpio 23 GPIO_ACTIVE_LOW>;
> +                     linux,default-trigger = "phy0tpt";
> +             };

In ar71xx it's named as `epg5000:blue:wlan-5g`.

-- ynezz

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to