Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-08-07 Thread Rafał Miłecki
On 2 August 2014 13:01, John Vogel jvog...@stny.rr.com wrote: On Sat, 2 Aug 2014 01:16:13 +0200 Rafał Miłecki zaj...@gmail.com wrote: So I ordered BCM4360CD with an adapter for now. It costed $125,63 USD. Together with Asus PCIe card from Alex I should be able to start looking at AC-PHY. I

[OpenWrt-Devel] [PATCH] libubox: handle SIGTERM in uloop_run()

2014-08-07 Thread Alexandru Ardelean
procd sends SIGTERM to finish a process. Though the process stops, anything after uloop_run() ( uloop_done() and other cleanup ) does not seem to run. Signed-off-by: Alexandru Ardelean ardeleana...@gmail.com --- uloop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uloop.c b/uloop.c index

Re: [OpenWrt-Devel] [PATCH] #9969: Add NFLOG and NFQUEUE targets for netfilter

2014-08-07 Thread Guillaume Déflache
Am 06.08.2014 23:41, schrieb Guillaume Déflache: Could you perhaps try my patch and report here if it also works for you? Maybe this could help convince OpenWrt's committers to also have a look at it? Now got committed in trunk thanks to cyrus (see https://dev.openwrt.org/changeset/42022)!

Re: [OpenWrt-Devel] [PATCH] libubox: handle SIGTERM in uloop_run()

2014-08-07 Thread Xiongfei Guo
Nice. BTW, I'm planning to add signal handling support for uloop. Libevent support this feature. It need create a socketpair and when signal event triggered, it send a byte to socket so it can trigger a uloop fd event... Alex Guo On 2014年08月07日 15:51, Alexandru Ardelean wrote: procd sends

[OpenWrt-Devel] [PATCH] netifd: More fine grained handling of unwanted proto shell actions

2014-08-07 Thread Hans Dedecker
In commit e1ec2d2b9e7f7692a4ff88a0361bbcdbe34f0d99 (proto-shell: extend race condition avoidance), changes were made to prevent notifications from the proto handler during the proto shell states teardown and abort. These changes unfortunately also prevent netifd from being notified of a number

Re: [OpenWrt-Devel] [PATCH 0/4] atheros: switch to kernel 3.14

2014-08-07 Thread Hans Ulli Kroll
On Tue, 5 Aug 2014, Sergey Ryazanov wrote: 2014-08-05 0:59 GMT+04:00 Felix Fietkau n...@openwrt.org: On 2014-08-04 22:40, Sergey Ryazanov wrote: A humble request to the committers: use svn cp for patches and config file in order to preserve the history of changes. I used git-svn, it

Re: [OpenWrt-Devel] [PATCH] libubox: handle SIGTERM in uloop_run()

2014-08-07 Thread Alexandru Ardelean
seems that on a vmware x86_64 configuration this produces a kernel panic; will re-test; maybe it's not such a good idea to extend this to all processes that use libubox yet; On Thu, Aug 7, 2014 at 11:29 AM, Xiongfei Guo xf...@xfguo.org wrote: Nice. BTW, I'm planning to add signal handling

[OpenWrt-Devel] [PATCH] iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.

2014-08-07 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- package/network/utils/iptables/Makefile |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index bea2f1d..27201b4 100644 ---

[OpenWrt-Devel] [PATCH] package: add libnetfilter-log.

2014-08-07 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- package/libs/libnetfilter-log/Makefile | 73 +++ ...e-unnecessary-pkgconfig-config.status-dep.patch | 25 ++ ...-build-remove-unused-lines-in-Makefile.am.patch | 24 +

Re: [OpenWrt-Devel] [PATCH] #9969: Add NFLOG and NFQUEUE targets for netfilter

2014-08-07 Thread Yousong Zhou
On 7 August 2014 16:14, Guillaume Déflache guillaume.defla...@ibwag.com wrote: Now got committed in trunk thanks to cyrus (see https://dev.openwrt.org/changeset/42022)! Now hoping it will also make it into the Barrier Breaker release. Well, thank you all for the efforts :) Regards.

Re: [OpenWrt-Devel] [PATCH 0/4] atheros: switch to kernel 3.14

2014-08-07 Thread Sergey Ryazanov
Hello Hans, 2014-08-07 14:30 GMT+04:00 Hans Ulli Kroll ulli.kr...@googlemail.com: On Tue, 5 Aug 2014, Sergey Ryazanov wrote: 2014-08-05 0:59 GMT+04:00 Felix Fietkau n...@openwrt.org: On 2014-08-04 22:40, Sergey Ryazanov wrote: A humble request to the committers: use svn cp for patches and

[OpenWrt-Devel] [PATCH] ar71xx: TL-WR1043N/ND v2: Fix MAC address of WMAC

2014-08-07 Thread Matthias Schiffer
This sets the MAC address of the WLAN interface to the official primary MAC address (the one on the label under the devices, and the one used with the stock firmware). The MAC address used so far (primary-1) isn't even used at all with the stock firmware, which sets (primary) on LAN and WLAN and

Re: [OpenWrt-Devel] New gstreamer packages

2014-08-07 Thread W. Michael Petullo
I created several new gstreamer module packages (v4l2 for example), they update makefiles and add some patches. But now I confused with paths, after update gstreamer was moved to the oldpackages directory. Which path patch should contain ? to quote Steven Barth who replied to a similar