Re: [OpenWrt-Devel] [PATCH netifd] bridge: allow enabling or disabling the multicast querier independently of IGMP snooping

2015-02-18 Thread John Crispin
On 17/02/2015 18:16, Matthias Schiffer wrote: On 01/28/2015 11:00 PM, John Crispin wrote: On 28/01/2015 21:31, Matthias Schiffer wrote: On 01/28/2015 11:54 AM, John Crispin wrote: [...] this should not break anything with multiple ubus calls. the default behavior also wont change

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

2015-02-18 Thread Dirk Neukirchen
On 17.02.2015 21:14, Hendrik Frenzel wrote: This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N ./scripts/checkpatch.pl complains several times about: - WARNING: please, no space before tabs - WARNING: line over 80 characters -

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

2015-02-18 Thread Hendrik Frenzel
On Wed, Feb 18, 2015 at 10:25:18AM +0100, Dirk Neukirchen wrote: On 17.02.2015 21:14, Hendrik Frenzel wrote: This patch adds support for TP-Link TL-WA7210n[0] [0] http://www.tplink.com/en/products/details/?model=TL-WA7210N ./scripts/checkpatch.pl complains several times about: -

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

2015-02-18 Thread Mikko Hissa
Hi! On 19 Feb 2015, at 04:14, 郭传鈜 gch981...@gmail.com wrote: Hello,everyone! There is a kind of Huawei HG255D which has an RTL8211CL Gigabit PHY and We are trying to add support for it. But I can't find anything about the RGMII and mdio-bus in any dts file of rt305x-based devices:-(

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

2015-02-18 Thread Felix Fietkau
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: Mathieu Olivari math...@codeaurora.org On what

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

2015-02-18 Thread 郭传鈜
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:-( 2015-02-19 15:24 GMT+08:00 Mikko Hissa mikko.hi...@werzek.com: Hi! On 19 Feb 2015, at 04:14,

Re: [OpenWrt-Devel] [PATCH 0/3] at91: fixes for 3.18 kernel update

2015-02-18 Thread John Crispin
On 19/02/2015 03:29, Owen Kirby wrote: The following are some fixes from testing the v3.18 update to the at91 target. In particular, I found that the drivers for the poweroff and reset controllers were missing (they were built implicitly in 3.14), which would cause the router to hang when

Re: [OpenWrt-Devel] Freifunk GSoC 2015 - Participation and Ideas List

2015-02-18 Thread Bastian Bittorf
* Weimarnetz e.V., Vorstand/Schatzmeister: Andreas Braeu a...@andi95.de [13.02.2015 20:03]: http://wiki.freifunk.net/Ideas i added 3 ideas, but i'am unsure who can mentor it: OLSRv2 roaming support uHTTPd compression-support uHTTPd HTTP2-support bye, bastian

Re: [OpenWrt-Devel] ar71xx update to v3.18

2015-02-18 Thread Christian Mehlis
tplink archer c5 is working fine 2h. Tested: boot, ethernet, switch, wifi. Best Christian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] openwrt support RTL8211CL Gigabit Driver?

2015-02-18 Thread ql li
hg255d RTL8211CL Gigabit chip integrated model, but without the support of the official network openwrt the following code can be used to start but it doesn't, where's the code error? printk(Setting up RTL8211CL PHY...); *(unsigned long *)(0xb060) = ~(1 9); //set RGMII to Normal mode

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

2015-02-18 Thread Owen Kirby
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. Signed-off-by: Owen Kirby o...@exegin.com --- package/kernel/linux/modules/usb.mk | 28

[OpenWrt-Devel] [PATCH 1/3] at91: Enable power and reset controller drivers.

2015-02-18 Thread Owen Kirby
Signed-off-by: Owen Kirby o...@exegin.com --- target/linux/at91/config-default | 8 1 file changed, 8 insertions(+) diff --git a/target/linux/at91/config-default b/target/linux/at91/config-default index 89a9fc2..6972e80 100644 --- a/target/linux/at91/config-default +++

[OpenWrt-Devel] [PATCH 2/3] at91: USB gadget subsystem cleanup and driver fix.

2015-02-18 Thread Owen Kirby
Signed-off-by: Owen Kirby o...@exegin.com --- target/linux/at91/Makefile | 4 +- target/linux/at91/config-default | 8 --- target/linux/at91/modules.mk | 18 + .../100-ARM-at91-build-dtb-for-LMU5000.patch | 2 +-

[OpenWrt-Devel] [PATCH 3/3] at91: Add dts for Exegin Q5x boards.

2015-02-18 Thread Owen Kirby
Signed-off-by: Owen Kirby o...@exegin.com --- .../at91/files/arch/arm/boot/dts/at91-q5xr5.dts| 193 + target/linux/at91/image/Makefile | 4 + .../patches/101-ARM-at91-build-dtb-for-q5xr5.patch | 10 ++ 3 files changed, 207 insertions(+) create mode

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

2015-02-18 Thread 郭传鈜
Hello,everyone! There is a kind of Huawei HG255D which has an RTL8211CL Gigabit PHY and We are trying to add support for it. But I can't find anything about the RGMII and mdio-bus in any dts file of rt305x-based devices:-( The only device I found which used the interface is WL-351 with an RTL8366

[OpenWrt-Devel] [PATCH] ipq806x: delete config-3.14 file

2015-02-18 Thread Mathieu Olivari
ipq806x target has been upgraded to 3.14. There is no need to maintain this file anymore. Signed-off-by: Mathieu Olivari math...@codeaurora.org --- target/linux/ipq806x/config-3.14 | 360 --- 1 file changed, 360 deletions(-) delete mode 100644

[OpenWrt-Devel] [PATCH 3/3] ipq806x: add ap148 bootargs to DT

2015-02-18 Thread Mathieu Olivari
This will simplify the boot process by avoiding the bootloader bootargs configuration process. Signed-off-by: Mathieu Olivari math...@codeaurora.org --- .../ipq806x/patches/004-add-ap148-bootargs.patch | 86 ++ 1 file changed, 86 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 1/3] ipq806x: enable watchdog kernel option

2015-02-18 Thread Mathieu Olivari
Some bootloaders seem to trigger the watchdog during the boot process, therefore the lack of watchdog driver trigger a reboot a few seconds after boot. So we'll enable it here to avoid it. Signed-off-by: Mathieu Olivari math...@codeaurora.org --- target/linux/ipq806x/config-3.18 | 3 ++- 1 file

[OpenWrt-Devel] [PATCH 0/2] kernel: make ar8216 driver selectable as a package

2015-02-18 Thread Mathieu Olivari
The two changes below aims at making the (currently called) ar8216 driver selectable as an OpenWrt package. Currently, and unlike some other switches, this driver must be built-in the kernel if we want to enable it. This is currently impossible for 2 reasons: *there is no openwrt package to

[OpenWrt-Devel] [PATCH 1/2] kernel: rename ar8216.ko into ar8xxx.ko

2015-02-18 Thread Mathieu Olivari
ar8216 driver can no longer be built as a loadable kernel module, since it's been splitted up into 2 pieces (ar8216 and ar8327), and these two pieces are interdependent. This patch is fixing this by renaming the loadable kernel module into ar8xxx.ko, which will include the 2 objects above. In

[OpenWrt-Devel] [PATCH 0/3] at91: fixes for 3.18 kernel update

2015-02-18 Thread Owen Kirby
The following are some fixes from testing the v3.18 update to the at91 target. In particular, I found that the drivers for the poweroff and reset controllers were missing (they were built implicitly in 3.14), which would cause the router to hang when trying to reboot. The AT91 USB gadget driver

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

2015-02-18 Thread Mathieu Olivari
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 --- .../003-HACK-qcom-make-restart-work-w-IPQ.patch| 65 ++ 1

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

2015-02-18 Thread Mathieu Olivari
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: Mathieu Olivari math...@codeaurora.org --- package/kernel/linux/modules/netdevices.mk | 16