Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for Ubiquiti Rocket M XW devices

2015-04-16 Thread Roger Pueyo Centelles
Hi, Just setting the mask with BIT(4) does not work. The Rocket needs this line: ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_RGMII; for the RGMII AR8035 Ethernet controller, while the Nano/Loco use the MII mode: ath79_eth0_data.phy_if_mode = PHY_INTERFACE_MODE_MII; Therefore the ubn

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Add support for Ubiquiti Rocket M XW devices

2015-04-16 Thread Alexander Couzens
Hi Roger, the loco xw seems to be very similiar to the rocket xw. Have you tried the init code from my last mail? If it works I would prefer it, because it's reusing existent code and it's a lot less code. Best, lynxis -- Alexander Couzens mail: lyn...@fe80.eu jabber: lyn...@jabber.ccc.de mobil

[OpenWrt-Devel] [PATCH] [ar71xx] Add support for Ubiquiti Rocket M XW devices

2015-04-16 Thread roger . pueyo
From: Roger Pueyo Centelles This patch adds support for the XW version of the Rocket M series devices manufactured by Ubiquiti, based on the Atheros AR9342 SoC. Signed-off-by: Roger Pueyo Centelles --- target/linux/ar71xx/base-files/etc/diag.sh | 2 +- .../ar71xx/base-files/etc/uci-de