Re: [OpenWrt-Devel] [PATCH] target: ar71xx: add support for Comfast CF-WR600N, CF-E325N and CF-E316Nv2

2015-10-02 Thread Paul Fertser
As a follow-up, Gustavo Azambuja writes: > target/linux/ar71xx/drivers.diff | 404 + This can't be correct, right? -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fercer...@gmail.com __

Re: [OpenWrt-Devel] [PATCH] target: ar71xx: add support for Comfast CF-WR600N, CF-E325N and CF-E316Nv2

2015-10-02 Thread Paul Fertser
Hello, Gustavo Azambuja writes: > This adds full support for the COMFAST routers CF-WR600N, CF-E325N > and CF-E316Nv2 Ahem, http://git.openwrt.org/?p=openwrt.git;a=blob;f=target/linux/ar71xx/files/arch/mips/ath79/mach-cf-e316n-v2.c;h=cf3d33a55291b40d32203915237f4b27e7bdea53;hb=HEAD And BTW, y

[OpenWrt-Devel] [PATCH] [ar71xx] Send power to USB port on WNR2200

2015-10-02 Thread Riley Baird
This patch fixes ticket #15267 by enabling power on the WNR2200's USB port. At present, the USB port on the WNR2200 is non-functional due to it not receiving power. This patch defines an additional GPIO pin, but none of the current GPIO definitions have been modified. Signed-off-by: Riley Baird

[OpenWrt-Devel] [PATCH] target: ar71xx: add support for Comfast CF-WR600N, CF-E325N and CF-E316Nv2

2015-10-02 Thread Gustavo Azambuja
This adds full support for the COMFAST routers CF-WR600N, CF-E325N and CF-E316Nv2 http://en.comfast.com.cn/product/WirelessRouter/item-168.html http://en.comfast.com.cn/product/WirelessAP/item-171.html Signed-off-by: Gustavo Azambuja --- .../ar71xx/base-files/etc/uci-defaults/01_leds | 3

[OpenWrt-Devel] [PATCH 1/2] lantiq: fix ath_pci_fixup hang on bridged devices

2015-10-02 Thread Mathias Kresin
Port of r41856. In contrast to the brcm63xx target, it isn't sufficient to enable/disable the bridge. The device needs to be enabled/disabled to fix the hang. The bridge will be automatically enabled by the time the connected device is enabled. Fixes boot on TD-W8980. Signed-off-by: Mathias Kres

[OpenWrt-Devel] [PATCH 2/2] lantiq: Add target TP-Link TD-W8980

2015-10-02 Thread Mathias Kresin
The device is similar to the TD-W8970, beside a different Atheros 2.4 GHz wireless chip and the additional, PCI connected, WAVE300 5 GHz wireless. Signed-off-by: Mathias Kresin --- The DTS should work for a TD-W9980 as well. But due to lack of the appropriate hardware, it has not been tested.

Re: [OpenWrt-Devel] [PATCH v2 1/3] ramips: Add DTS files for HiWiFi HC5x61 models

2015-10-02 Thread Piotr Dymacz
Hello, 2015-10-02 15:53 GMT+02:00 康 : > > Hi, Merging 3 dts into one dtsi has been done in patch V3 , Sorry, I missed that. > Sorry I don't quite understand your question , do you mean how to flash on > those devices? Yes and I got the answer from your mail to Yousong: > For #2, I can write

Re: [OpenWrt-Devel] [PATCH v2 1/3] ramips: Add DTS files for HiWiFi HC5x61 models

2015-10-02 Thread Yousong Zhou
On 29 September 2015 at 23:45, Kang Xiaoning wrote: > Hi Yousong > > Thanks for helping. Your questions are both valid.. > > My initiative is to put basic support into trunk, and try to solve those > problems later. > > Regarding #1, I'm not comfortable enough to make a function in dts driver > s

[OpenWrt-Devel] [PATCH libubox v2] Support broadcast sockets in usock

2015-10-02 Thread Javier Domingo Cansino
Signed-off-by: Javier Domingo Cansino --- usock.c | 4 +++- usock.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/usock.c b/usock.c index 6748ef3..3dd9957 100644 --- a/usock.c +++ b/usock.c @@ -42,6 +42,7 @@ static void usock_set_flags(int sock, unsigned int type) static

Re: [OpenWrt-Devel] [PATCH v2 1/3] ramips: Add DTS files for HiWiFi HC5x61 models

2015-10-02 Thread
Hi, Merging 3 dts into one dtsi has been done in patch V3 , Sorry I don't quite understand your question , do you mean how to flash on those devices? At 2015-10-02 05:31:08, "Piotr Dymacz" wrote: >Hello, > >I don't have more comments, it looks good now. Maybe just think about >my suggest

Re: [OpenWrt-Devel] [PATCH] Support broadcast sockets in usock

2015-10-02 Thread John Crispin
Hi, comments inline On 02/10/2015 14:13, javier...@gmail.com wrote: > From: Javier Domingo Cansino > > Signed-off-by: Javier Domingo Cansino > --- > usock.c | 5 - > usock.h | 1 + > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/usock.c b/usock.c > index 6748ef3..58f16

[OpenWrt-Devel] [PATCH] Support broadcast sockets in usock

2015-10-02 Thread javierdo1
From: Javier Domingo Cansino Signed-off-by: Javier Domingo Cansino --- usock.c | 5 - usock.h | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/usock.c b/usock.c index 6748ef3..58f16da 100644 --- a/usock.c +++ b/usock.c @@ -43,16 +43,19 @@ static void usock_set_flags(int

[OpenWrt-Devel] [PATCH] openvpn: add handling for route-pre-down option

2015-10-02 Thread Jeffery To
(resending as I wasn't subscribed to the list before, my apologies) OpenVPN 2.3 added a route-pre-down option, to run a command before routes are removed upon disconnection. Signed-off-by: Jeffery To --- package/network/services/openvpn/files/openvpn.init | 2 +- 1 file changed, 1 insertion(+),