[OpenWrt-Devel] what is kworker

2014-02-21 Thread Alan.Hoo
Dear All: I found a process using too much CPU , see below: 7398 2 root SW 0 0% 23% [kworker/u:1] it's very weird, Can any somebody tell me what is it. thanks in advance! BR Alan.Hoo,Code Monkey MSFT

Re: [OpenWrt-Devel] what is kworker

2014-02-21 Thread Antonio Quartulli
On 21/02/14 11:09, Alan.Hoo wrote: Dear All: I found a process using too much CPU , see below: 7398 2 root SW 0 0% 23% [kworker/u:1] it's very weird, Can any somebody tell me what is it. thanks in advance! That is a process used by the

Re: [OpenWrt-Devel] what is kworker

2014-02-21 Thread Felix Fietkau
On 2014-02-21 11:09, Alan.Hoo wrote: Dear All: I found a process using too much CPU , see below: 7398 2 root SW 0 0% 23% [kworker/u:1] it's very weird, Can any somebody tell me what is it. thanks in advance! It's all explained here:

[OpenWrt-Devel] [PATCH] [package] openvpn: auth_retry moved to parameter section to work

2014-02-21 Thread Christian Lehmann
From: Christian Lehmann auth_retry moved to parameter section to work. This patch will fix issue #12333. Signed-off-by: Christian Lehmann i...@legacycode.org --- diff --git a/package/network/services/openvpn/files/openvpn.init b/package/network/services/openvpn/files/openvpn.init index

Re: [OpenWrt-Devel] [RFC] menuconfig policy?

2014-02-21 Thread Bastian Bittorf
* Russell Senior russ...@personaltelco.net [19.02.2014 10:01]: That's possible. But it still means a substantial change in behavior for users. Previously, selecting kmod-batman-adv alone gave you batctl (similar to the userspace parts of madwifi, iirc). I'm afraid users are going to miss

Re: [OpenWrt-Devel] [PATCH] kexec-tools: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 07:57 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- A different patch disabling lzma support was added in r39652. Hauke ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] how do I troubleshoot Kernel Panic

2014-02-21 Thread Bastian Bittorf
* Alan.Hoo huqings...@ycmedia.cn [21.02.2014 19:23]: reboot suddenly. how do I troubleshoot ? Thank you in Advance. you can see the crash in '/sys/kernel/debug/crashlog' if your arch is supported. make sure you have debugging symbols enabled in your kernel. bye, bastian

Re: [OpenWrt-Devel] [PATCH] aalib: fixed build configuration

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- libs/aalib/Makefile|4 ++-- libs/aalib/patches/002-configure.patch | 11 +++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644

Re: [OpenWrt-Devel] [PATCH] debootstrap: bumped version from 1.0.55 to 1.0.55~bpo70+1

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- admin/debootstrap/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Thank you for the patch, it was applied in r39654. Hauke

Re: [OpenWrt-Devel] [PATCH] elfutils: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- libs/elfutils/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A patch disabling lzma support was applied in r39655. Hauke

Re: [OpenWrt-Devel] [package] fxload: fix build

2014-02-21 Thread Hauke Mehrtens
On 11/29/2013 03:21 PM, Dirk Neukirchen wrote: should fix broken_package reported by buildbots since Kernel 3.7 headers are located in UAPI directory Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de --- utils/fxload/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OpenWrt-Devel] [PATCH] fxload: fixed include path for Linux UAPI

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:02 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/fxload/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) An earlier patch was applied in r39656. Hauke ___

Re: [OpenWrt-Devel] [PATCH] gw6c: fixed sed separator

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- ipv6/gw6c/patches/001-sed-separator.patch | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 ipv6/gw6c/patches/001-sed-separator.patch Thank you for the

Re: [OpenWrt-Devel] [PATCH] icecast: added missing dependency on libopenssl

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- multimedia/icecast/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thank you for the patch, it was applied in r39658. Hauke

Re: [OpenWrt-Devel] [PATCH] imagemagick: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- multimedia/imagemagick/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) lzma support was disabled in r39661. Hauke ___

Re: [OpenWrt-Devel] [PATCH][packages] tiff: disable linking to liblzma

2014-02-21 Thread Hauke Mehrtens
On 10/24/2013 04:19 PM, Jiri Slachta wrote: This package requires liblzma as dependency if liblzma is selected. This patch disables linking to liblzma in its configure script. Signed-off-by: Jiri Slachta slac...@cesnet.cz --- libs/tiff/Makefile |1 + 1 file changed, 1 insertion(+)

Re: [OpenWrt-Devel] [PATCH] tiff: added missing dependency on liblzma

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- libs/tiff/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A different patch disabling lzma support was applied in r39659. Hauke

Re: [OpenWrt-Devel] [PATCH] keepalived: fixed build configuration

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:03 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- net/keepalived/Makefile |3 --- 1 file changed, 3 deletions(-) Thank you for the patch, it was applied in r39662. Hauke ___

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Michel Stempin
Hi Lars, Le 21/02/2014 05:38, Lars Bøgild Thomsen a écrit : Hi, First of all my apologies if I don't follow the correct procedure to the letter, but this is my first attempt at feeding changes into OpenWrt. Thank you for your time and efforts! I have added support for the Oolite V1.0

Re: [OpenWrt-Devel] [PATCH] libfreefare: bumped version for 0.2.3 to 0.4.0

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- libs/libfreefare/Makefile |8 1 file changed, 4 insertions(+), 4 deletions(-) Thank you for the patch, it was committed in r39663. Hauke

Re: [OpenWrt-Devel] [PATCH] taskwarrior: added missing dependency on libgnutls

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/taskwarrior/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thank you for the patch, it was applied in r39664. Hauke

Re: [OpenWrt-Devel] [PATCH] gpsd: update to 3.10

2014-02-21 Thread Hauke Mehrtens
On 02/19/2014 10:04 PM, Dave Täht wrote: From: Dave Taht dave.t...@bufferbloat.net --- net/gpsd/Makefile |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Thank you for the patch it was committed in r39665. Hauke ___ openwrt-devel

Re: [OpenWrt-Devel] [PATCH] gpsd: Bump version to 3.9

2014-02-21 Thread Hauke Mehrtens
On 05/15/2013 11:53 AM, Sebastian Muszynski wrote: This patch bumps gpsd version to 3.9. Signed-off-by: Sebastian Muszynski ba...@linkt.de --- A update to version 3.10 was applied in r39665. Hauke ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH][packages]gst-plugins-base: use upstream fix for ivorbis plugin build fail

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 05:34 PM, John Vogel wrote: Previously, I submitted a patch [PATCH v2][packages]gst-plugins-base: disable building ivorbis plugin that disables ivorbis plugin build. Michel Stempin pointed out an upstream patch that fixes the issue directly in the vorbis decoder header. I had

Re: [OpenWrt-Devel] [PATCH] wview: added missing dependency on libopenssl

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- utils/wview/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Thank you for your patch, it was applied in r39667. Hauke ___

Re: [OpenWrt-Devel] [PATCH] tor-alpha: added mirror site

2014-02-21 Thread Hauke Mehrtens
On 02/18/2014 08:04 AM, Michel Stempin wrote: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr --- net/tor-alpha/Makefile |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Thank you for your patch, it was applied in r39668. Hauke

Re: [OpenWrt-Devel] [PATCH] kernel: e100: depend on mii

2014-02-21 Thread Hauke Mehrtens
On 02/20/2014 05:11 PM, Stijn Tintel wrote: Building kmod-e100 fails with this error: Package kmod-e100 is missing dependencies for the following libraries: mii.ko Have kmod-e100 depend on kmod-mii to fix this. Signed-off-by: Stijn Tintel st...@linux-ipv6.be ---

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Lars Boegild Thomsen
Hi Michel, On Friday, February 21, 2014 22:26:42 Michel Stempin wrote: I have added support for the Oolite V1.0 AR9331 module. The Gainstrong Oolite V1.0 module is just a renamed EasyLink (ELink) EL-M150: http://huangfc.taobao.com/. This can be guessed (at least on my GS-Oolite module) by

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Lars Boegild Thomsen
On Friday, February 21, 2014 22:26:42 Michel Stempin wrote: This module is fully compatible with the TP-Link TL-WR710N router, including the switch, GPIO and LED definitions, the only difference being in the firmware magic number. This is not a surprise, as both are based on the same

Re: [OpenWrt-Devel] [PATCH] Oolite V1.0 Support

2014-02-21 Thread Lars Bøgild Thomsen
Hi Michel, On Friday 21 February 2014 22:26:42 Michel Stempin wrote: Just one remark concerning your proposed patch: don't define every single GPIO as a LED, this is a terrible thing to do, as it prevents you from using a given GPIO as an input without recompiling the kernel. I have