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

2015-05-25 Thread Aleksander Wałęski
Good news! It works. Furthermore, I could only get it to work on my line with this new driver. I tried old driver with 6 different firmwares (VDSL fw versions: 3.2.8, 3.4.A, 4.6.D, 4.7.9, 6.8.4, 7.4.3). Older ones got me as far as full_init [0x380] but then process was interrupted and started all

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

2015-05-25 Thread Sylwester Petela
W dniu 2015-05-25 o 08:00, Aleksander Wałęski pisze: Good news! It works. Furthermore, I could only get it to work on my line with this new driver. I tried old driver with 6 different firmwares (VDSL fw versions: 3.2.8, 3.4.A, 4.6.D, 4.7.9, 6.8.4, 7.4.3). Older ones got me as far as full_init

[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 I

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 tomereliya...@gmail.com 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

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 ssc...@gmail.com 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

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 matt.gor...@googlemail.com 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

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 of the

[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 yszhou4t...@gmail.com --- delta.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/delta.c b/delta.c index

[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 yszhou4t...@gmail.com --- 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

[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

[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 yszhou4t...@gmail.com --- cli.c | 26

[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 yszhou4t...@gmail.com --- 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 @@

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] - changelog

[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 Martin Blumenstingl
On Mon, May 25, 2015 at 3:05 PM, Dirk Neukirchen dirkneukirc...@web.de 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

[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

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:

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_htc:

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 martin.blumensti...@googlemail.com 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

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 number 5 using

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 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] [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 dan...@makrotopia.org Seems like it needs to be updated again, as there were also some MIPS ldso regressions which were fixed today. - Felix

[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 dan...@makrotopia.org --- toolchain/musl/Config.version | 2 +- toolchain/musl/common.mk| 2 +- toolchain/musl/patches/001-git-2015-03-28.patch | 93 ---