[OpenWrt-Devel] [PATCH] [packages] ngircd: update to v21.1

2014-05-26 Thread Dirk Neukirchen
- update to v21.1 - upstream introduced a getaddrinfo check that is not working when cross compiling - this upstream commit b8433e9261c516d7b8743b33681050b192e5 is reverted because OpenWrt does not have anything to do with AIX and it's broken implementation Signed-off-by: Dirk

[OpenWrt-Devel] [PATCH v2] [packages] ngircd: update to v21.1

2014-05-26 Thread Dirk Neukirchen
From 39ade2b9e705f30d64484beec843cd7dd380c1ea Mon Sep 17 00:00:00 2001 From: Dirk Neukirchen dirkneukirc...@web.de Date: Sun, 25 May 2014 10:09:57 + Subject: [PATCH] ngircd: update to v21.1 - update to v21.1 - upstream introduced a getaddrinfo check that is not working when cross compiling

[OpenWrt-Devel] [PATCH] [packages] libftdi: disable boost to prevent build failure in c++ land

2014-05-26 Thread Russell Senior
At least on ar71xx, if libftdi finds Boost, it tries to compile C++ libraries and dies horribly on some bogus looking assembler instructions. Disabling boost allows libftdi to build. Signed-off-by: Russell Senior russ...@personaltelco.net --- libs/libftdi/Makefile| 2

Re: [OpenWrt-Devel] multiple virtual ssid's

2014-05-26 Thread Patrick Shirkey
On Sat, May 24, 2014 4:06 pm, Patrick Shirkey wrote: Hi, For reference sake in case anyone else comes across this thread I have upgraded to the latest: BARRIER BREAKER (Bleeding Edge, r40820) May 22 2014 I am seeing better behaviour now. first - wlan0 second - wlan0-1 third - wlan0-2

[OpenWrt-Devel] [PATCH 01/12] ar71xx: add kernel support for the OpenMesh OM2Pv2 board

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c | 1 +

[OpenWrt-Devel] [PATCH 03/12] ar71xx: add sysupgrade support for OpenMesh OM2Pv2

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git

[OpenWrt-Devel] [PATCH 04/12] package/om-watchdog: add OpenMesh OM2Pv2 support

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- package/kernel/om-watchdog/files/om-watchdog.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 05/12] package/uboot-envtools: add OpenMesh OM2Pv2 support

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- package/boot/uboot-envtools/files/ar71xx | 1 + 1 file changed, 1 insertion(+) diff --git

[OpenWrt-Devel] [PATCH 02/12] ar71xx: add user-space support for OpenMesh OM2Pv2

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/base-files/etc/diag.sh | 1 + target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 1 +

[OpenWrt-Devel] [PATCH 06/12] ar71xx: adjust OM2P profile for the OpenMesh OM2Pv2 board

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/generic/profiles/openmesh.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 09/12] ar71xx: add sysupgrade support for OpenMesh OM2P-HSv2

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/base-files/lib/upgrade/openmesh.sh | 1 + target/linux/ar71xx/base-files/lib/upgrade/platform.sh | 2 ++

[OpenWrt-Devel] [PATCH 12/12] ar71xx: adjust OM2P profile for the OpenMesh OM2P-HSv2 board

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/generic/profiles/openmesh.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 10/12] package/om-watchdog: add OpenMesh OM2P-HSv2 support

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- package/kernel/om-watchdog/files/om-watchdog.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 11/12] package/uboot-envtools: add OpenMesh OM2P-HSv2 support

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- package/boot/uboot-envtools/files/ar71xx | 1 + 1 file changed, 1 insertion(+) diff --git

[OpenWrt-Devel] [PATCH 07/12] ar71xx: add kernel support for the OpenMesh OM2P-HSv2

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner ma...@open-mesh.com Signed-off-by: Marek Lindner ma...@open-mesh.com [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c | 1 +

[OpenWrt-Devel] [PATCH v2] dnsmasq: add ipset and auth compilation options.

2014-05-26 Thread Yousong Zhou
Signed-off-by: Yousong Zhou yszhou4t...@gmail.com --- v1 - v2 Rebase it on the lastest trunk. package/network/services/dnsmasq/Makefile | 18 -- .../network/services/dnsmasq/files/dnsmasq.init|5 + 2 files changed, 21 insertions(+), 2 deletions(-)

[OpenWrt-Devel] [PATCH] [packages] debootstrap: bump version to 1.0.60~bpo70+1

2014-05-26 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- admin/debootstrap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 10e41fa..ad3f8ff 100644 --- a/admin/debootstrap/Makefile +++

[OpenWrt-Devel] [PATCH] [packages] add mktorrent package

2014-05-26 Thread Daniel Golle
Signed-off-by: Daniel Golle dan...@makrotopia.org --- mktorrent/Makefile | 38 ++ 1 file changed, 38 insertions(+) create mode 100644 mktorrent/Makefile diff --git a/mktorrent/Makefile b/mktorrent/Makefile new file mode 100644 index 000..0ed65bd ---

Re: [OpenWrt-Devel] [PATCH] [packages] debootstrap: bump version to 1.0.60~bpo70+1

2014-05-26 Thread Luka Perkov
Hi Daniel, On Mon, May 26, 2014 at 04:35:38PM +0200, Daniel Golle wrote: Signed-off-by: Daniel Golle dan...@makrotopia.org --- admin/debootstrap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied with patch refresh in r40863. Thanks! Luka

[OpenWrt-Devel] [PATCH v2] Add support for QMI-based mobile broadband modems

2014-05-26 Thread Matti Laakso
Many of the 4G/LTE and 3G modems utilize the QMI-protocol to control the modem. At the moment there is no support for them in OpenWrt. This patch adds support for them in the form of a netifd script and a control utility. Tested with Huawei E398 and ZTE MF820D (which requires a delay of ~30 s

[OpenWrt-Devel] Missing subtargets of x86 in snapshot/trunk

2014-05-26 Thread Luiz Angelo Daros de Luca
Hello, I noticed that there is no subtarget in http://downloads.openwrt.org/snapshots/trunk/x86/ If resource is not a problem, it would be nice to have subtargets for testing. I'm specially interested in xen_domu. AA has all subtarget in repo Regards, --- Luiz Angelo Daros de Luca, Me.

Re: [OpenWrt-Devel] [PATCH] l2tpv3tun: added include paths to Linux UABI and fixed dependencies on libnl

2014-05-26 Thread Florian Fainelli
Hi, 2014-02-17 23:03 GMT-08:00 Michel Stempin michel.stem...@wanadoo.fr: Signed-off-by: Michel Stempin michel.stem...@wanadoo.fr I just processed this patch in my patchwork backlog, and actually applied a similar but different fix to make l2tpv3tun to link against libnl-tiny instead of libnl-3.

Re: [OpenWrt-Devel] [PATCH v2] Add support for QMI-based mobile broadband modems

2014-05-26 Thread Felix Fietkau
On 2014-05-26 21:49, Matti Laakso wrote: Many of the 4G/LTE and 3G modems utilize the QMI-protocol to control the modem. At the moment there is no support for them in OpenWrt. This patch adds support for them in the form of a netifd script and a control utility. Tested with Huawei E398 and ZTE

Re: [OpenWrt-Devel] [PATCH] add NCM support to openwrt

2014-05-26 Thread Sami Olmari
For me this NCM protocol has been irreplaceable. It makes the LTE connection so much faster than traditional PPP link. So far I am using Oskari's NCM set at cabin's data, and more importantly at Vaasa Hacklab router. So far I haven't been able to spot any errors or misworkings in today's trunk

[OpenWrt-Devel] I'd like to donate an Asus RT-N56U

2014-05-26 Thread Alex Henrie
Hi, I have an Asus RT-N56U and I am disappointed that OpenWrt does not currently support it. If you feel it would be helpful to the OpenWrt project, I'd be happy to give you a free Asus RT-N56U. Just tell me where to mail it to. -Alex ___ openwrt-devel

[OpenWrt-Devel] [PATCH] Fix xen domU kmod-xen-kbd package

2014-05-26 Thread Luiz Angelo Daros de Luca
Since kernel 2.6.39, XEN_KBDDEV_FRONTEND was renamed to INPUT_XEN_KBDDEV_FRONTEND. See: http://cateee.net/lkddb/web-lkddb/INPUT_XEN_KBDDEV_FRONTEND.html http://cateee.net/lkddb/web-lkddb/XEN_KBDDEV_FRONTEND.html Currently, this results in an empty file in BB: WARNING: kmod-xen-kbddev is

[OpenWrt-Devel] [PATCH RESEND] [kernel] ubifs: remove obsolete CONFIG_UBIFS_FS_XATTR symbol

2014-05-26 Thread Daniel Golle
550-ubifs-symlink-xattr-support.patch contains a reference to the by now obsolete config symbol CONFIG_UBIFS_FS_XATTR which leads to the functionality originally added by the patch in r30794 being left-out during compile since commit 1bdcc63112a0 (UBIFS: remove xattr Kconnfig option) in v3.5. Fix