[OpenWrt-Devel] [PATCH] Remove stale calls to start() in initscripts.

2014-07-23 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- package/base-files/files/etc/init.d/boot|2 -- package/network/config/firewall/files/firewall.init |7 --- 2 files changed, 9 deletions(-) diff --git a/package/base-files/files/etc/init.d/boot b/package/base-files/files/etc/init.d/boot in

[OpenWrt-Devel] [PATCH] uci: fixes uci leaving junk in /etc/config

2014-07-23 Thread Scott Valentine
Hello, The uci package is leaving around a bunch of .*.uci-X files in /etc/config. The patch below corrects the problem. Additionally, it cleans up the error checking on the mktemp call (it returns -1 and sets errno on failure). In any case, the files are all 0 bytes, because there are no

[OpenWrt-Devel] RB411GL, RB411UAHL, RB433GL

2014-07-23 Thread Pavel Kamaev
Hi, It looks like recently supported MikroTik RB91x have similar to RB411GL, RB411UAHL, RB433GL NAND schematics (maybe other boards too). RB91x NAND driver uses only nine GPIOs (please correct me if I'm wrong) and it should be easy to find these GPIOs on other boards. I have RB411UAHL to experi

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-23 Thread Roman Yeryomin
On 23 July 2014 18:26, L. D. Pinney wrote: > The WR8305RT may be the same as the WA05I have asked ZBT. > > One difference is uboot is set for 57600 on my WR8305RT...meaning I'll need > to patch the WA05 dts to use it. > Or "update" the uboot? > I have also asked ZBT for the current uboot... T

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-23 Thread L. D. Pinney
The WR8305RT may be the same as the WA05I have asked ZBT. One difference is uboot is set for 57600 on my WR8305RT...meaning I'll need to patch the WA05 dts to use it. Or "update" the uboot? I have also asked ZBT for the current uboot... Thanks Larry On Wed, Jul 23, 2014 at 10:17 AM, Roman

[OpenWrt-Devel] In Kernel DNS resolver

2014-07-23 Thread Althaff Mohideen
Hello All,  I'm trying to use the in Kernel DNSzç resolver module in one of my kernel modules for a project. I can't seem to find an example or asimilar implementation on the NET (I combed the Net for 4 days with no productive results). I got the module added to my Openwrt Image through menuco

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-23 Thread Roman Yeryomin
On 23 July 2014 04:27, L. D. Pinney wrote: > From: L. D. Pinney > > This patch sets the USB LED to "0" (no device = no light) v2 also sets the > "name" from "lan" to "usb" > > This router uses the same board as WA05 without any changes. The difference is the case only. I believe this can be disc

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix LED configuration for HiWiFi-HC6361.

2014-07-23 Thread Yousong Zhou
Hi, John On 23 July 2014 15:46, John Crispin wrote: > Hi, > > i assume the patches was sent various times by accident ? > > i could not find a difference between the various versions so i am > going to merge the last one i got. if this is wrong then please do let > me know. Thanks. The last one

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix LED configuration for HiWiFi-HC6361.

2014-07-23 Thread John Crispin
Hi, i assume the patches was sent various times by accident ? i could not find a difference between the various versions so i am going to merge the last one i got. if this is wrong then please do let me know. John On 23/07/2014 09:00, Yousong Zhou wrote: > > Signed-off-by: Yousong Zhou

Re: [OpenWrt-Devel] [PATCH v2] ramips: Fix WR8305RT USB LED

2014-07-23 Thread John Crispin
Hi, this patch has $windos style new lines. git am refuses to merge it. i will mark the other patches you sent as rejected aswell. please take a few hours to learn git am / git send-email. John On 23/07/2014 03:27, L. D. Pinney wrote: > From: L. D. Pinney > > This patch sets the US

[OpenWrt-Devel] [PATCH] ar71xx: fix LED configuration for HiWiFi-HC6361.

2014-07-23 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds index 23fa628..7c86b05