[OpenWrt-Devel] [PATCH 1/3] [at91] Update AT91 kernel to 3.10.34

2014-04-13 Thread Owen Kirby
From 2064e6d069ec8df7f5e988547fe7f2a1a7ad890f Mon Sep 17 00:00:00 2001 From: Owen Kirby o...@exegin.com Date: Thu, 10 Apr 2014 19:02:15 -0700 Subject: [PATCH 1/3] [at91] Update AT91 kernel to 3.10.34. This patch updates the kernel of the AT91 target to version 3.10.34. Signed-off-by: Owen Kirby

[OpenWrt-Devel] [PATCH 2/3] [at91] AT91SAM9G20-EK fixes

2014-04-13 Thread Owen Kirby
From 272f548fe8d0b811e0589e535f650f0507f6bccd Mon Sep 17 00:00:00 2001 From: Owen Kirby o...@exegin.com Date: Fri, 11 Apr 2014 17:59:55 -0700 Subject: [PATCH 2/3] [at91] AT91SAM9G20-EK fixes. While testing the 3.10 kernel update, I found that the out-of-the-box device tree for the the

[OpenWrt-Devel] [PATCH 3/3] [at91] Add AT91 board and model name to /tmp/sysinfo

2014-04-13 Thread Owen Kirby
From 9158e3282db592e78fb32a2c8a0903ef21b97f5c Mon Sep 17 00:00:00 2001 From: Owen Kirby o...@exegin.com Date: Fri, 11 Apr 2014 18:28:56 -0700 Subject: [PATCH 3/3] [at91] Add AT91 board and model name to /tmp/sysinfo. This patch extracts the board name and model information from the

[OpenWrt-Devel] [PATCH 0/3] Add support for HiWiFi HC6361

2014-04-13 Thread Yousong Zhou
HiWiFi HC6361 is home wireless router by HiWiFi which is a startup company located in China. The router has the following features. - Atheros AR9331 SoC. - 16MB flash and 64MB RAM. - 4GB eMMC storage via SK6226 USB 2.0 controller. - 2 LAN and 1 WAN ethernet ports with LEDs on them. - 3 blue

[OpenWrt-Devel] [PATCH 1/3] ar71xx: add kernel support for HiWiFi HC6361.

2014-04-13 Thread Yousong Zhou
This board manufactured by HiWiFi has the following features. - Atheros 9331 SoC. - 16MB flash and 64MB RAM. - 4GB eMMC storage via SK6226 USB 2.0 controller. - 2 LAN and 1 WAN ethernet ports with LEDs on them. - 3 blue LEDs on the front panel. - 1 button labeled as reset. - Powered by a

[OpenWrt-Devel] [PATCH 2/3] ar71xx: add user-space support for HiWiFi HC6361 board.

2014-04-13 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- target/linux/ar71xx/base-files/etc/diag.sh |3 +++ .../ar71xx/base-files/etc/uci-defaults/01_leds |5 + .../ar71xx/base-files/etc/uci-defaults/02_network |1 + target/linux/ar71xx/base-files/lib/ar71xx.sh |

[OpenWrt-Devel] [PATCH 3/3] ar71xx: add profile and build image for HiWiFi HC6361.

2014-04-13 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- target/linux/ar71xx/generic/profiles/hiwifi.mk | 19 +++ target/linux/ar71xx/image/Makefile | 18 ++ 2 files changed, 37 insertions(+), 0 deletions(-) create mode 100644

[OpenWrt-Devel] Auto-negatiation issue (10MBit half-duplex only) with switch AR8327 and kernel 3.14 (TL-WDR4900, mpc85xx)

2014-04-13 Thread Heiner Kallweit
There are relatively few platform-specific patches for mpc85xx and building an image with kernel 3.14 was easy. Everything works fine with one exception: The AR8327 switch doesn't negotiate full speed on some ports. E.g. uplink of the router is connected to a Fritz!Box 7360SL (1GBit ethernet).

[OpenWrt-Devel] [PATCH] mxs: enable usbgadget feature for Duckbills

2014-04-13 Thread Michael Heimpold
Duckbills feature an USB type A connector, so they can be used as USB gadgets. Signed-off-by: Michael Heimpold m...@heimpold.de --- target/linux/mxs/profiles/02-duckbill.mk |1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/mxs/profiles/02-duckbill.mk

[OpenWrt-Devel] [PATCH V2][project/luci2/ui.git] luci2-p910nd: LuCI2 module for p910nd maganement

2014-04-13 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki zaj...@gmail.com --- V2: Replace if (!v) condition with type check. Earlier one was treating numeric value 0 as invalid which isn't true. --- luci2-p910nd/Makefile | 36 .../usr/share/rpcd/acl.d/services.p910nd.json |

[OpenWrt-Devel] Testing ticket12181 patch for vlan on wdr3600, latest trunk

2014-04-13 Thread Alessandro Gnagni
With the help of zioproto i've tested: https://github.com/zioproto/openwrt-trunk-zioproto/commit/c172caa7844b2d10e7c9d8ac574673a6451746ef to resolve this: https://dev.openwrt.org/ticket/12181 on my wdr3600, the router after a sysupgrade work flawlessly. Now i need to test if the tagged and

[OpenWrt-Devel] [PATCH] [ramips] add port_init for rt2880

2014-04-13 Thread Roman Yeryomin
Forgotten patch to fix ethernet for rt2880. Based on previously submitted patch from Claudio. Signed-off-by: Roman Yeryomin ro...@advem.lv --- .../patches-3.10/0118-NET-MIPS-add-ralink-SoC-ethernet-driver.patch| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [PATCH 3/4] ramips: squelch mdio debugging info on rt2880 ethernet

2014-04-13 Thread Claudio Leite
Hello, * Claudio Leite (lei...@staticky.com) wrote: Use pr_debug rather than pr_info since it is only relevant for debugging. Signed-off-by: Claudio Leite lei...@staticky.com --- .../0220-NET-ralink-squelch_mdio_access.patch | 22 ++ 1 file changed, 22

[OpenWrt-Devel] OpenWRT images auto checksum

2014-04-13 Thread etienne . champetier
Hi, Would it be possible to put the checksum in the image (.bin), so that luci/sysupgrade check the integrity for us and we don't have to check it by hand? Just to know if it's possible adding this while keeping back-compatibility Thanks in advance Etienne