[OpenWrt-Devel] [PATCH] ath79: add suport for EnGenius EPG5000
Petr Štetiar
ynezz at true.cz
Mon Mar 4 15:54:07 EST 2019
Tomasz Maciej Nowak <tomek_n at o2.pl> [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
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list