Re: [OpenWrt-Devel] Mailling list issues?

2015-08-29 Thread Daniel Dickinson
On 2015-08-28 9:26 PM, Daniel Dickinson wrote: Hi all, Is there an issue with the mailing list? I sent a patch series (actually accidentally twice because the abort failed when I tried to cancel the first with no cover letter), but I haven't seen the mails on the list. Is my mail out there or

[OpenWrt-Devel] [PATCH] nls.mk: add -rpath-link when needed for NLS support

2015-08-29 Thread Paul Fertser
When a package links to a shared library that depends on libiconv or libintl shared libraries, specifying directory pathes to them via -L switches is not enough, see man 1 ld -rpath-link description. Signed-off-by: Paul Fertser fercer...@gmail.com --- include/nls.mk | 4 ++-- 1 file changed, 2

Re: [OpenWrt-Devel] [PATCHv3 openwrt 1/2] Revert kernel: disable multicast-to-unicast translation for ipv6 neighbor solicitation (#17625)

2015-08-29 Thread Steven Barth
Hi Linus, one of these two kernel patches break IPv6 over WiFi completely. https://dev.openwrt.org/changeset/46719 works https://dev.openwrt.org/changeset/46723 is broken with default settings, but works when setting option igmp_snooping 0. symptoms are: IPv6: wlan0: IPv6 duplicate address

[OpenWrt-Devel] [PATCH] uboot-sunxi: fix mmc transfer timeout for slow sdcards.

2015-08-29 Thread Yousong Zhou
This should fix a issue reported in ticket #20387. Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- ...et-transfer-timeout-according-to-byte_cnt.patch | 36 1 file changed, 36 insertions(+) create mode 100644

[OpenWrt-Devel] Ask help for v4l2 build error.

2015-08-29 Thread shengkai
Hi All, I used the 15.05 load and configured the libv4l2 and v4l2, but I hit following error. After defined the ICONV_CONST in config.h, then hit another issue. Appreciat your help in advance! mipsel_24kec+dsp_uClibc-0.9.33.2/usr/lib/libintl-stub/include -fpic -std=gnu99 -MT

[OpenWrt-Devel] Using procd for USB hotplug detection

2015-08-29 Thread Lazar Demin
Hi, I am trying to figure out how I can use procd to detect when a new usb device comes up. The wiki (http://wiki.openwrt.org/doc/techref/procd) was pretty vague on the proper usage of procd. The procd init script wiki (http://wiki.openwrt.org/inbox/procd-init-scripts) wasn't particularly

Re: [OpenWrt-Devel] Using procd for USB hotplug detection

2015-08-29 Thread Alexandru Ardelean
procd is for service handling mostly; so, start/stop/etc basically you'd need to have another service that does usb-device handling (of that device). what i'd do, is to write a hotplug script, add it under /etc/hotplug.d and then call whatever needs to be called from that script it can be a ubus

[OpenWrt-Devel] Ubiquiti NanoBeam M2 400 working with 15.03-rc3

2015-08-29 Thread Bruce Perens
The new hardware compatibility list won't keep edits at the moment, or I'd edit this myself. Ubiquity Nanobeam M2 400 works fine with 15.03-rc3 . 18dB gain parabolic dish with the 2.4 GHz WiFi hardware integrated, costs about $100. Thanks Bruce

Re: [OpenWrt-Devel] Using procd for USB hotplug detection

2015-08-29 Thread John Crispin
use block-mount that is what its there for. On 29/08/2015 21:03, Alexandru Ardelean wrote: procd is for service handling mostly; so, start/stop/etc basically you'd need to have another service that does usb-device handling (of that device). what i'd do, is to write a hotplug script, add it

[OpenWrt-Devel] [PATCH 14.07][RFC] dnsmasq: backport CVE-2015-3294 security fix

2015-08-29 Thread Rafał Miłecki
Upstream release 2.73 included CVE-2015-3294 fix, let's backport patch fixing this security issue. This avoids bumpping version to 2.73 which introduced many new features. This way we keep dnsmasq safe and don't risk new problems. Signed-off-by: Rafał Miłecki zaj...@gmail.com --- This was