Re: [OpenWrt-Devel] [PATCH] tools/e2fsprogs: add a darwin-compat patch

2015-03-29 Thread Lawrence D'Anna
> On Mar 28, 2015, at 10:22 PM, Felix Fietkau wrote: > > On 2015-03-17 07:41, Lawrence D'Anna wrote: >> On darwin we need to import stdint to get these integer typedefs. > It works for me on darwin without this patch. What version are you > using, and what does the error look like? mac os 10.10

[OpenWrt-Devel] [PATCH v2] ar71xx: fix model string detection on NETGEAR WNDR3700/3800/WNDRMAC

2015-03-29 Thread Matthias Schiffer
There were a few issues with the existing code to detect the model string: * Always using the string starting with byte 56 would cut off the W of WNDR when the ID starts with 29763654+16+64 instead of 29763654+16+128 * The string contained garbage after the zero byte instead of cutting it off a

[OpenWrt-Devel] FYI: [gentoo-announce] [ GLSA 201503-13 ] BusyBox: Multiple vulnerabilities

2015-03-29 Thread Daniel Golle
This might be important... - Forwarded message from Mikle Kolyada - Date: Sun, 29 Mar 2015 20:08:33 +0300 From: Mikle Kolyada To: gentoo-annou...@lists.gentoo.org Subject: [gentoo-announce] [ GLSA 201503-13 ] BusyBox: Multiple vulnerabilities User-Agent: Mozilla/5.0 (X11; Linux x86_64;

Re: [OpenWrt-Devel] FYI: [gentoo-announce] [ GLSA 201503-13 ] BusyBox: Multiple vulnerabilities

2015-03-29 Thread Felix Fietkau
On 2015-03-29 19:33, Daniel Golle wrote: > This might be important... > > - Forwarded message from Mikle Kolyada - > > References > == > > [ 1 ] CVE-2014-4607 > http://nvd.nist.gov/nvd.cfm?cvename=CVE-2014-4607 > [ 2 ] CVE-2014-9645 > http://nvd.nist.gov/nvd.cfm?cven

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

2015-03-29 Thread Daniel Golle
Signed-off-by: Daniel Golle --- package/kernel/linux/modules/input.mk | 2 +- package/kernel/linux/modules/other.mk | 1 + target/linux/generic/config-4.0 | 6 ++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/input.mk b/package/kernel/linux/

[OpenWrt-Devel] [PATCH] kernel/generic: (try) fixing MAP-E patch broken in 4.0

2015-03-29 Thread Daniel Golle
Now it at least compiles, otherwise untested. Signed-off-by: Daniel Golle --- .../666-Add-support-for-MAP-E-FMRs-mesh-mode.patch | 65 ++ 1 file changed, 42 insertions(+), 23 deletions(-) diff --git a/target/linux/generic/patches-4.0/666-Add-support-for-MAP-E-FMRs-mesh-mode

[OpenWrt-Devel] [PATCH] [dnsmasq] Add option '--servers-file'

2015-03-29 Thread Lars Kruse
From: Lars Kruse The option '--servers-file' is available since dnsmasq v2.69. Signed-off-by: Lars Kruse --- package/network/services/dnsmasq/files/dnsmasq.init | 1 + 1 file changed, 1 insertion(+) diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/d

[OpenWrt-Devel] [PATCH] [luci] Add luci support for dnsmasq option '--servers-file'

2015-03-29 Thread Lars Kruse
From: Lars Kruse Signed-off-by: Lars Kruse --- modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua | 5 + 1 file changed, 5 insertions(+) diff --git a/modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua b/modules/luci-mod-admin-full/luasrc/model/cbi/admin_

Re: [OpenWrt-Devel] [PATCH 1/2] [packages] add support for Huawei NCM modems (openwrt-devel Digest, Vol 111, Issue 138)

2015-03-29 Thread Maarten Deprez
On 28-03-2015 17:43, Cezary Jackiewicz wrote: > Why you do that? ncm from gcom-ncm is enough, you do not have to do > specifically the new protocol. Just set /dev/cdc-wdm0 as device. Tested > with E3131 in huawei/ncm mode. Well, i saw that code, but found it to be quite slow and unreliable with m

[OpenWrt-Devel] [PATCH RFC] brcm47xx: image: use standard KERNEL_IMAGE to avoid warnings

2015-03-29 Thread Rafał Miłecki
KERNEL_IMAGE is used as target rule so reusing the same name causes: Makefile:326: warning: overriding recipe for target `bin/brcm47xx/vmlinux.lzma' Makefile:326: warning: ignoring old recipe for target `bin/brcm47xx/vmlinux.lzma' Makefile:326: warning: overriding recipe for target `build_dir/tar