Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-19 Thread 郭传鈜
Sorry , I'll confirm this and reply you later:-) 2015-02-19 16:39 GMT+08:00 Mikko Hissa mikko.hi...@werzek.com: On 19 Feb 2015, at 10:32, 郭传鈜 gch981...@gmail.com wrote: I've just changed the fpa2 value to 0x25502f28 (Port 5 is force enabled now) so swconfig shows the port as Link down.

Re: [OpenWrt-Devel] [PATCH 2/3] ipq806x: fix restart

2015-02-19 Thread Felix Fietkau
On 2015-02-19 12:01, Mathieu Olivari wrote: Add an out of tree patch to fix reset on IPQ806x. Patch is available on codeaurora.org but needs to be cleaned-up and upstreamed properly at some point. Signed-off-by: Mathieu Olivari math...@codeaurora.org Wouldn't it be better to register a

Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-19 Thread Mikko Hissa
On 19 Feb 2015, at 09:45, 郭传鈜 gch981...@gmail.com wrote: Portmap?This value is only for the default VLAN config of the switch right? But the problem I'm facing is that the link status of port 5 is always link down even if I plugged in the network cable:-( Actually no, the switch has like

Re: [OpenWrt-Devel] [PATCH] kernel: Fix USB gadget modules for v3.18

2015-02-19 Thread John Crispin
On 19/02/2015 02:54, Owen Kirby wrote: The directory layout of the USB gadget subsystem changed between kernels 3.14 and 3.18, so the makefile for kmod-usb-eth-gadget and kmod-usb-serial-gadget need to be adjusted to match. i think this will break 3.14 builds and we should use the new

[OpenWrt-Devel] [PATCH v2] ar71xx: TL-WA7210n v2 support

2015-02-19 Thread Hendrik Frenzel
This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N Signed-off-by: Hendrik Frenzel hfren...@scunc.net --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 9 ++ .../ar71xx/base-files/etc/uci-defaults/02_network | 1 +

Re: [OpenWrt-Devel] [PATCH 2/2] kernel: Add a selectable option for ar8xxx

2015-02-19 Thread Dirk Neukirchen
On 19.02.2015 08:57, Felix Fietkau wrote: On 2015-02-19 12:25, Mathieu Olivari wrote: AR8xxx driver covers all the QCA switch families. Most architectures usually build it in the kernel, but it may be valuable for some targets to build it as a module for more flexibility. Signed-off-by:

Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-19 Thread 郭传鈜
Port 5: disable: 0 doubletag: 0 untag: 1 led: ??? lan: 1 recv_bad: 0 recv_good: 0 tr_bad: ??? tr_good: ??? pvid: 5 link: port:5 link:down 2015-02-19 17:04 GMT+08:00 郭传鈜 gch981...@gmail.com: Sorry , I'll

Re: [OpenWrt-Devel] What should I do if I want to use the RGMII interface on Ralink RT3052?

2015-02-19 Thread 郭传鈜
I've just changed the fpa2 value to 0x25502f28 (Port 5 is force enabled now) so swconfig shows the port as Link down. RTL8211CL isn't a switch.It's just a gigabit PHY and other 4 ports of this router is connected to the intergated switch:-) 2015-02-19 16:01 GMT+08:00 Mikko Hissa

[OpenWrt-Devel] Macro for selected ABI

2015-02-19 Thread Carlos Ferreira
Hi everyone! Is there any Macro for the packages Makefiles that I can use, in order to know which ABI is selected, when a specific platform/profile is selected within the menuconfig? I need an automatic way to pass to my package the ABI that is being used by the CPU architecture. -- Carlos

[OpenWrt-Devel] [PATCH v2] kernel: Fix USB gadget modules for v3.18

2015-02-19 Thread Owen Kirby
An update for for the previous patch that should also retain compatibility with kernel version 3.14 and earlier. This has been tested to build working packages for the at91 target at versions 3.14 and 3.18. It also compiles successfully for version 3.13 on the omap target, but I can't test that it

[OpenWrt-Devel] [PATCH] comgt: Use TCGETS and TCSETS ioctls for struct termios

2015-02-19 Thread Matti Laakso
When passing struct termios to ioctl TCGETS and TCSETS should be used instead of TCGETA and TCSETA, which are meant for the older struct termio. Should fix https://dev.openwrt.org/ticket/19012 Signed-off-by: Matti Laakso malaa...@elisanet.fi --- package/network/utils/comgt/Makefile

Re: [OpenWrt-Devel] Ubiquiti Rocket M5 build

2015-02-19 Thread Ken Buska
Hello, I'm still fighting the Ubiquiti Rocket M5 XW with Loco/Nanostation XW firmware. Is there anyone that can assist me in determining where the problem is. I've spent days trying to get this to work. Thank you, On Sat, Feb 14, 2015 at 11:40 AM, Saverio Proto ziopr...@gmail.com wrote: I

Re: [OpenWrt-Devel] [PATCH v2] kernel: Fix USB gadget modules for v3.18

2015-02-19 Thread Daniel Golle
Hi! that looks much better already. Thanks for taking care of that. (though many were aware of the problem, none were willing to fix it for now, including myself) On Thu, Feb 19, 2015 at 02:41:57PM -0800, Owen Kirby wrote: ... +ifeq ($(CONFIG_LINUX_3_8)$(CONFIG_LINUX_3_10),) Note that there