Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-05-25 Thread Kirill Berezin
> I haven't been able to get the reset button on boot to work for UniFi. > I use UART to pull up the boot-loader. Then use "urescue" to tftp the > UniFi image back on. reset button works, but it's not easy to get whether it is pressed or not. If a reset button pressed then after a while AP light

[OpenWrt-Devel] [PATCH] musl: update to version 1.1.9

2015-05-25 Thread Daniel Golle
Patch to 2015-05-25 to fix ldso related regressions on PPC and MIPS. Signed-off-by: Daniel Golle --- toolchain/musl/Config.version | 2 +- toolchain/musl/common.mk| 2 +- toolchain/musl/patches/001-git-2015-03-28.patch | 93 --- toolchain/musl/patch

Re: [OpenWrt-Devel] [PATCH v2] musl: update to version 1.1.9

2015-05-25 Thread Felix Fietkau
On 2015-05-24 01:21, Daniel Golle wrote: > Plus changes up to 2015-05-22 to fix ldso related regression on PPC. > > Signed-off-by: Daniel Golle Seems like it needs to be updated again, as there were also some MIPS ldso regressions which were fixed today. - Felix _

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
El 25/05/15 a les 18:57, Caleb James DeLisle ha escrit: > I've seen a similar issue with the toshiba wlm20u2 where it says it's > transferring htc_9271.fw but that's actually the wrong fw so the device > crashes, the solution for me was to specify the device as AR9280_USB > in the ath9k_hif_usb_ids

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
El 25/05/15 a les 17:59, Luca Olivetti ha escrit: > El 25/05/15 a les 17:27, Bruno Randolf ha escrit: >> On 05/25/2015 03:38 PM, Luca Olivetti wrote: >>> This is the message I get when I plug a tp-link tl-wn722n (which is >>> working fine both in an ubuntu desktop and on a mageia laptop): >>> >>>

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Caleb James DeLisle
I've seen a similar issue with the toshiba wlm20u2 where it says it's transferring htc_9271.fw but that's actually the wrong fw so the device crashes, the solution for me was to specify the device as AR9280_USB in the ath9k_hif_usb_ids struct as per the following: https://github.com/cjdelisle/athdr

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
El 25/05/15 a les 17:27, Bruno Randolf ha escrit: > On 05/25/2015 03:38 PM, Luca Olivetti wrote: >> This is the message I get when I plug a tp-link tl-wn722n (which is >> working fine both in an ubuntu desktop and on a mageia laptop): >> >> >> [ 547.804000] usb 1-1: new high-speed USB device numb

Re: [OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Bruno Randolf
On 05/25/2015 03:38 PM, Luca Olivetti wrote: > This is the message I get when I plug a tp-link tl-wn722n (which is > working fine both in an ubuntu desktop and on a mageia laptop): > > > [ 547.804000] usb 1-1: new high-speed USB device number 5 using ifxusb_hcd > [ 548.02] usb 1-1: ath9k_h

[OpenWrt-Devel] ath9k_htc: Target is unresponsive

2015-05-25 Thread Luca Olivetti
This is the message I get when I plug a tp-link tl-wn722n (which is working fine both in an ubuntu desktop and on a mageia laptop): [ 547.804000] usb 1-1: new high-speed USB device number 5 using ifxusb_hcd [ 548.02] usb 1-1: ath9k_htc: Firmware htc_9271.fw requested [ 549.296000] usb 1-1

Re: [OpenWrt-Devel] [PATCH] ncurses: Fix building with gcc 5.1

2015-05-25 Thread Martin Blumenstingl
On Mon, May 25, 2015 at 3:05 PM, Dirk Neukirchen wrote: > What about switching to the invisible islands version ? That is probably a question for the OpenWrt maintainers, not me :) However, the first RC of Chaos Calmer has already been released. So maybe an update to the "invisible islands" versi

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-25 Thread Aleksander Wałęski
On Mon, May 25, 2015 at 1:34 PM, Martin Blumenstingl wrote: > I have taken those sources (as they contain the complete build system) > and updated my patch: [1] > The original tarballs can be found here: [2], [3], [4] > > It seems that there are two more versions in the vigor 2760 tarball, > both

[OpenWrt-Devel] Add for Planex MZK-DP150N

2015-05-25 Thread @SRCHACK . ORG
Hi, This patch adds support for Planex MZK-DP150N. a mini router on the MT7620A SoC with one Ethernet port and a 802.11n 2.4 GHz radio. -- -- @SRCHACK.ORG tochiro.srch...@gmail.com http://www.srchack.org/ --

Re: [OpenWrt-Devel] [PATCH] ncurses: Fix building with gcc 5.1

2015-05-25 Thread Dirk Neukirchen
On 24.05.2015 18:32, Martin Blumenstingl wrote: > This patch is taken from the gentoo guys who extracted this from a large > upstream commit (with many unrelated changes). > What about switching to the invisible islands version ? - It is directly used by Fedora, Debian (>Jessie) [1],[2] - change

[OpenWrt-Devel] [PATCH 4/4] tests: add test case for parsing long option values.

2015-05-25 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- test/tests.d/070_revert | 19 +++ 1 file changed, 19 insertions(+) diff --git a/test/tests.d/070_revert b/test/tests.d/070_revert index 6035f6f..fc9f5f3 100644 --- a/test/tests.d/070_revert +++ b/test/tests.d/070_revert @@ -26,3 +26,22 @@ test_r

[OpenWrt-Devel] [PATCH 3/4] file.c: lift the 4096 bytes line length limit.

2015-05-25 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- file.c |6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/file.c b/file.c index 81047a4..cf0dfaf 100644 --- a/file.c +++ b/file.c @@ -33,7 +33,6 @@ #include "uci_internal.h" #define LINEBUF32 -#define LINEBUF_MAX4096 /*

[OpenWrt-Devel] [PATCH 2/4] delta: catch error when parsing delta line.

2015-05-25 Thread Yousong Zhou
Reported by sarumpaet [1] [1] uci fails to handle long values properly, https://github.com/openwrt/packages/issues/1231 Signed-off-by: Yousong Zhou --- delta.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/delta.c b/delta.c index 459d2c7..e9c79ab 100644 ---

[OpenWrt-Devel] [PATCH 1/4] cli: suppress printing error messages when -q is specified.

2015-05-25 Thread Yousong Zhou
- Introduce cli_error() for printing local errors. - Convert existing fprintf(stderr, ) and perror() to cli_error(). - N.B. error messages will still be printed if they occured before -q flag was parsed. Signed-off-by: Yousong Zhou --- cli.c | 26 -- 1 file change

[OpenWrt-Devel] [PATCH 0/4] uci: lift 4096 bytes line length limit.

2015-05-25 Thread Yousong Zhou
This cover letter is mainly for noting that the series is for uci repo. Yousong Zhou (4): cli: suppress printing error messages when -q is specified. delta: catch error when parsing delta line. file.c: lift the 4096 bytes line length limit. tests: add test case for parsing long option valu

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-25 Thread Martin Blumenstingl
On Sun, May 24, 2015 at 9:47 PM, Sylwester Petela wrote: > Packages/tar files from DrayTek GPL Thank you SO much for this hint! Just for the reference - the original download link for this is: [0] I have taken those sources (as they contain the complete build system) and updated my patch: [1] The

Re: [OpenWrt-Devel] [PATCH] [brcm63xx] Add support for Plusnet 2704N

2015-05-25 Thread Jonas Gorski
Hi, On Mon, May 18, 2015 at 7:22 PM, Matt Goring wrote: > Hello, this is my first submission, please excuse me if I have the wrong > mailing list, or missed a mailing rule. No need for formalities, just write it like you would write a commit log. > > This patch is to add support for the Plusnet

Re: [OpenWrt-Devel] [PATCH] scripts/feeds: Return non-zero return code if updating of a feed failed.

2015-05-25 Thread Martin Strbačka
Hello John, On 22.5.2015 15:59, John Crispin wrote: > would it not be easier to do this --> > > if (!update_feed(...)) { > exit 1; > } I have nothing against that. But this leads again to aborting the script after first failure. > > also i am not sure if we want the script to abort if one

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2015-05-25 Thread Roman Yeryomin
On 23 December 2014 at 17:02, Tomer Eliyahu wrote: > Hi, > > Our request for uploading the sources is pending approval from > Marvell's legal department. > Hi, Tomer, do you have any updates on this? Regards, Roman ___ openwrt-devel mailing list openw

[OpenWrt-Devel] Uci event on config change

2015-05-25 Thread Florian Eckert
Hi. I have a question and i dont find anything in the dokumentation of openwrt In older version of openwrt "ucitrack" was used to watch config changes and to restart services if something changed. In newer version of openwrt "procd" is now used to make the same thing. I need something diffrent

Re: [OpenWrt-Devel] lantiq DSL drivers / firmware info

2015-05-25 Thread Aleksander Wałęski
On Mon, May 25, 2015 at 8:52 AM, Sylwester Petela wrote: > > > Getting rid of init script isn't good probably, as original driver in UGW > passes the same commands (mostly) to dsl_control. I _suspect_ that new firmware is detecting line parameters automatically. If this is true then keeping such