[OpenWrt-Devel] Zyxel P-2812HNU-FX series is now wiki-ed

2014-11-30 Thread Owen Brotherwood
scapi has done some work and the results are being wiki-ed. He has both F1 and F3 under test. http://wiki.openwrt.org/toh/zyxel/p2812hnu-f1 The most important thing was getting the boards into UART mode. Now even John can install on his F1 :) Br Owen (oxo) Brotherwood

Re: [OpenWrt-Devel] ath9k sudden slowness

2014-11-30 Thread Nikolay Martynov
Hi. 2014-11-30 2:23 GMT-05:00 xinglp xin...@gmail.com: Me too, also TEW-632BRP. No need to reboot, just run command wifi will be ok. Well, yes, just restarting wifi helps as well. Question still stands though: what sort of debugging output would be helpful to help diagnose the problem?

Re: [OpenWrt-Devel] ath9k sudden slowness

2014-11-30 Thread Bastian Bittorf
* Nikolay Martynov mar.ko...@gmail.com [30.11.2014 16:05]: I've got an ath9k based router (TEW-632BRP, Atheros AR9130 rev 1). From time to time (not very often) its wireless does weird thing: suddenly everything become very slow and pings go from normal single digit ms to 500-5000ms.

[OpenWrt-Devel] [PATCH 1/7] brcm63xx: add DT support for F@ST2404

2014-11-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/fast2404.dts b/target/linux/brcm63xx/dts/fast2404.dts new file mode 100644 index 000..92ba6bf --- /dev/null +++ b/target/linux/brcm63xx/dts/fast2404.dts @@ -0,0 +1,30 @@ +/dts-v1/; + +/include/

[OpenWrt-Devel] [PATCH 3/7] brcm63xx: add DT support for F@ST2704V2

2014-11-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/fast2704v2.dts b/target/linux/brcm63xx/dts/fast2704v2.dts new file mode 100644 index 000..f001b77 --- /dev/null +++ b/target/linux/brcm63xx/dts/fast2704v2.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 2/7] brcm63xx: add DT support for F@ST2604

2014-11-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/fast2604.dts b/target/linux/brcm63xx/dts/fast2604.dts new file mode 100644 index 000..5dcaa55 --- /dev/null +++ b/target/linux/brcm63xx/dts/fast2604.dts @@ -0,0 +1,30 @@ +/dts-v1/; + +/include/

[OpenWrt-Devel] [PATCH 4/7] brcm63xx: Add DT support for F@ST2504n

2014-11-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/fast2504n.dts b/target/linux/brcm63xx/dts/fast2504n.dts new file mode 100644 index 000..2f202a3 --- /dev/null +++ b/target/linux/brcm63xx/dts/fast2504n.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 6/7] brcm63xx: add DT support for DSL-2650U

2014-11-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/dsl-2650u.dts b/target/linux/brcm63xx/dts/dsl-2650u.dts new file mode 100644 index 000..23b3301 --- /dev/null +++ b/target/linux/brcm63xx/dts/dsl-2650u.dts @@ -0,0 +1,30 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 5/7] brcm63xx: add DT support for DSL-2740B/DSL-2741B rev F1

2014-11-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/dts/dsl-274xb-f.dts b/target/linux/brcm63xx/dts/dsl-274xb-f.dts new file mode 100644 index 000..a17f988 --- /dev/null +++ b/target/linux/brcm63xx/dts/dsl-274xb-f.dts @@ -0,0 +1,8 @@ +/dts-v1/; +

[OpenWrt-Devel] [PATCH 7/7] brcm63xx: refresh patches

2014-11-30 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- diff --git a/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch b/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch index e1eecd4..e900f0f 100644 --- a/target/linux/brcm63xx/patches-3.14/501-board-NB4.patch +++

[OpenWrt-Devel] [PATCH][base-files] functions.sh: default_postinst() - create user:group first (resend)

2014-11-30 Thread Christian Schoenebeck
create user:group before running postinst-pkg Signed-off-by: Christian Schoenebeck christian.schoeneb...@gmail.com --- package/base-files/Makefile | 2 +- package/base-files/files/lib/functions.sh | 6 -- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH RESEND] toolchain: uClibc: fix build with CONFIG_BUILD_NLS selected

2014-11-30 Thread Felix Fietkau
On 2014-11-29 21:54, Michael Heimpold wrote: Without this patch, selecting Compile with full language support results in the following question during build: ... Locale Support (UCLIBC_HAS_LOCALE) [Y/n/?] y Locale data 1. All locales (UCLIBC_BUILD_ALL_LOCALE) (NEW) 2. Only

[OpenWrt-Devel] [PATCH] Newer mdadm 3.3.2

2014-11-30 Thread Matthew M. Dean
Existing mdadm is from May 18th 2012. 3.3.x now allows backup and restoration of the metadata and thousands of other commits. Signed-off-by: Matthew M. Dean firecu...@gmail.com === --- a/package/utils/mdadm/Makefile (revision 43446)

[OpenWrt-Devel] [PATCHv2 2/2] [kernel] linux/kirkwood Pogoplug v4 support

2014-11-30 Thread nwf
And the other half: Linux kernel patch and DTS file for the Pogoplug v4 hardware. I am indebted to everyone in the thread at https://forum.openwrt.org/viewtopic.php?pid=250745#p250745 for their efforts. Signed-off-by: Nathaniel Wesley Filardo 8s9k8ugo5jgpi3u067229bbackmqi...@cmx.ietfng.org

Re: [OpenWrt-Devel] [PATCH] Newer mdadm 3.3.2

2014-11-30 Thread Matthew M. Dean
gmail plain text mode...is not default. --- a/package/utils/mdadm/Makefile (revision 43446) +++ b/package/utils/mdadm/Makefile (working copy) @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mdadm -PKG_VERSION:=3.2.5 +PKG_VERSION:=3.3.2 PKG_RELEASE:=1

Re: [OpenWrt-Devel] [Patch] Newer e2fsprogs

2014-11-30 Thread John Crispin
still broken, if you use gmail you need to use pop3/imap to send valid patches. copy/paste wont work. On 01/12/2014 06:55, Matthew M. Dean wrote: resent in gmails plain text mode --- a/package/utils/e2fsprogs/Makefile (revision 43446) +++ b/package/utils/e2fsprogs/Makefile (working copy)