Re: [OpenWrt-Devel] LED Toggling for SATA

2015-03-31 Thread Deepanjan Kar
Hi Daniel, Thank you for the mail. We are using OpenWRT Version 42990 and I don't see the patch in here. Can you please point me to the Version where this patch is implemented ? I am going through the patch and trying to understand what it does. Regards, Deepanjan -Original Message-

Re: [OpenWrt-Devel] LED Toggling for SATA

2015-03-31 Thread Deepanjan Kar
Hi Daniel, I forgot to mention that the Linux kernel Version in our code base is 3.10.49. Regards, Deepanjan -Original Message- From: Deepanjan Kar Sent: Tuesday, March 31, 2015 11:46 AM To: 'Daniel Golle' Cc: openwrt-devel@lists.openwrt.org Subject: RE: [OpenWrt-Devel] LED Toggling

[OpenWrt-Devel] [PATCH] Add support for ZTE Q7

2015-03-31 Thread 郭传鈜
ZTE Q7 is a wireless router with SD Card,USB,1 ethernet port and a battery. I can,t find any information about this router on ZTE's website. But I found this : http://en.cctairmobi.com/plus/list.php?tid=40 This router is the same as ZTE Q7 and later I found that both routers are made by the same

[OpenWrt-Devel] [PATCH] ramips:Add support for ZTE Q7

2015-03-31 Thread 郭传鈜
Sorry I resend this patch just because of the title... ZTE Q7 is a wireless router with SD Card,USB,1 ethernet port and a battery.It used MT7620a SoC. I can,t find any information about this router on ZTE's website. But I found this : http://en.cctairmobi.com/plus/list.php?tid=40 This router

Re: [OpenWrt-Devel] [PATCH] Add support for ZTE Q7

2015-03-31 Thread 郭传鈜
Sorry I forgot to edit the title.This is a router with MT7620a SoC so it belongs to ramips target. 2015-03-31 19:38 GMT+08:00 郭传鈜 gch981...@gmail.com: ZTE Q7 is a wireless router with SD Card,USB,1 ethernet port and a battery. I can,t find any information about this router on ZTE's website.

Re: [OpenWrt-Devel] synchronous network reload/restart

2015-03-31 Thread Bruno Randolf
Hi, It seems netifd itself and batman-adv also has a similar problem. See the lines below: ./batadv.sh: eval: line 1: can't create /sys/class/net/mesh0/batman_adv/mesh_iface: nonexistent directory Tue Mar 31 09:38:01 2015 daemon.notice netifd: radio0 (6033): ifconfig: SIOCSIFHWADDR: Invalid

Re: [OpenWrt-Devel] reply: System halted on bcm4708 series board when booting openwrt trunk(kernel 3.14)

2015-03-31 Thread Rafał Miłecki
Please STOP sending HTML e-mails. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] reply?? System halted on bcm4708 series board when booting openwrt trunk(kernel 3.14)

2015-03-31 Thread Tymon
There is a breakthrough, the xxx.trx file is not ok while the zImage-xxx.lzma can work. But still remains lots of work to be done. the target platform *.dts file should be like this: /dts-v1/; #include bcm4708.dtsi / { compatible = via,vnt5903, brcm,bcm4708; model = VIA Networking

Re: [OpenWrt-Devel] reply?? System halted on bcm4708 series board when booting openwrt trunk(kernel 3.14)

2015-03-31 Thread Tymon
I think next step is to add the flash support on my board, below is my spi nor flash parameters, how can I make it work with squashfs filesystem ? Model : N25Q256A SIZE: totoally 32MB, (64KB sector size) bus num : 0 gpio cs num : 0 internal interface with CPU the bcm4708.dtsi and

Re: [OpenWrt-Devel] uci -P no longer working correctly

2015-03-31 Thread Yousong Zhou
On Mar 30, 2015 11:27 PM, Yousong Zhou yszhou4t...@gmail.com wrote: Hi, On Mar 30, 2015 10:28 PM, Mark Mentovai m...@moxienet.com wrote: In the latest OpenWrt trunk, I found that config_get has stopped loading uncommitted uci changes from /tmp/.uci. I rely on this behavior, which had

[OpenWrt-Devel] [PATCH 2/2] Fix delta path handling.

2015-03-31 Thread Yousong Zhou
- Make ctx-savedir sit at the end of ctx-delta_path. - Add notes to uci_set_savedir() and uci_add_delta_path() to document the behaviour changes. --- delta.c | 39 +-- libuci.c |1 + uci.h|6 -- 3 files changed, 38 insertions(+), 8

[OpenWrt-Devel] [PATCH 1/2] tests: add test cases for -P and -p options.

2015-03-31 Thread Yousong Zhou
--- test/references/options.delta.result |5 + test/tests.d/090_cli_options | 38 ++ 2 files changed, 43 insertions(+) create mode 100644 test/references/options.delta.result create mode 100644 test/tests.d/090_cli_options diff --git

Re: [OpenWrt-Devel] [PATCH 2/2] Fix delta path handling.

2015-03-31 Thread Felix Fietkau
On 2015-03-31 18:20, Yousong Zhou wrote: - Make ctx-savedir sit at the end of ctx-delta_path. - Add notes to uci_set_savedir() and uci_add_delta_path() to document the behaviour changes. Applied, thanks. - Felix ___ openwrt-devel mailing list

[OpenWrt-Devel] [PATCH] nls.mk: fix typo

2015-03-31 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- include/nls.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nls.mk b/include/nls.mk index 1945664..118000d 100644 --- a/include/nls.mk +++ b/include/nls.mk @@ -36,5 +36,5 @@

Re: [OpenWrt-Devel] uci -P no longer working correctly

2015-03-31 Thread Bastian Bittorf
* Yousong Zhou yszhou4t...@gmail.com [31.03.2015 19:20]: I just sent a patch for this with you in the cc list. Could you give it a try and tell if it can work for you? this does not fix the issue for me, just tried r45160 - see also: https://dev.openwrt.org/ticket/19361 bye, bastian

Re: [OpenWrt-Devel] uci -P no longer working correctly

2015-03-31 Thread Bastian Bittorf
* Yousong Zhou yszhou4t...@gmail.com [31.03.2015 19:20]: I just sent a patch for this with you in the cc list. Could you give it a try and tell if it can work for you? please ignore my last mail - uci was not recompiled - will check again. bye, bastian

Re: [OpenWrt-Devel] uci -P no longer working correctly

2015-03-31 Thread Bastian Bittorf
* Yousong Zhou yszhou4t...@gmail.com [31.03.2015 19:20]: I just sent a patch for this with you in the cc list. Could you give it a try and tell if it can work for you? fixed for me too - thank you! - bye, bastian ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] uci -P no longer working correctly

2015-03-31 Thread Mark Mentovai
Yousong Zhou wrote: I just sent a patch for this with you in the cc list. Could you give it a try and tell if it can work for you? Thanks, Yousong. Your patch fixes this for me. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] spi-ks8995: switch to upstream

2015-03-31 Thread Sergey Ryazanov
This driver is upstream since 2012 (commit: a8e510f682f), so switch to it and remove own sources. Also place it under Network Devices menu together with other phy drivers. Signed-off-by: Sergey Ryazanov ryazanov@gmail.com --- package/kernel/linux/modules/netdevices.mk | 17 ++

[OpenWrt-Devel] [PATCH] modules: package line echo canceller module

2015-03-31 Thread Daniel Golle
...so we can go ahead cleaning up dahdi-linux Signed-off-by: Daniel Golle dan...@makrotopia.org --- package/kernel/linux/modules/other.mk | 16 1 file changed, 16 insertions(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index

[OpenWrt-Devel] [PATCH v2] kernel: add missing symbols to config and modules

2015-03-31 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org v2: changes in input.mk broke the patch, some of the CONFIG_SND_* stuff was added already --- package/kernel/linux/modules/input.mk | 2 +- package/kernel/linux/modules/other.mk | 1 + target/linux/generic/config-4.0 | 1 + 3 files

[OpenWrt-Devel] [Patch v2] [dnsmasq] backport --tftp-no-fail to ignore missing tftp root

2015-03-31 Thread Stefan Tomanek
This patch backports the option --tftp-no-fail to dnsmasq and prevents the service from aborting if the specified TFTP root directory is not available; this might be the case if TFTP files are located on external media that might occasionally not be present at startup. Signed-off-by: Stefan