[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

[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 n

[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

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

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

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 : > Signed-off-by: Michel Stempin 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. > --- > net/l2tpv3tun/Makefile |4 ++-- > 1

[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.

[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 befor

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 > > --- > admin/debootstrap/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied with patch refresh in r40863. Thanks! Luka __

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

2014-05-26 Thread Daniel Golle
Signed-off-by: Daniel Golle --- 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 --- /dev/null +++ b/mktorrent/M

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

2014-05-26 Thread Daniel Golle
Signed-off-by: Daniel Golle --- 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 +++ b/admin/debootstrap/Makefile @@ -9,12 +9,1

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

2014-05-26 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- 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(-) diff --git a/package/ne

[OpenWrt-Devel] [PATCH 08/12] ar71xx: add user-space support for OpenMesh OM2P-HSv2

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

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

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner Signed-off-by: Marek Lindner [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann --- target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c | 1 + .../ar71xx/patches-3.10/711-MIPS-ath79-add-OM2P-HSv2.patch | 10 ++ 2 files changed, 11 insertions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2014-05-26 Thread Sven Eckelmann
From: Marek Lindner Signed-off-by: Marek Lindner [s...@open-mesh.com: Rebased] Signed-off-by: Sven Eckelmann --- target/linux/ar71xx/files/arch/mips/ath79/mach-om2p.c | 1 + .../linux/ar71xx/patches-3.10/710-MIPS-ath79-add-OM2Pv2.patch | 10 ++ 2 files changed, 11 insertions

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 > th

[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 --- libs/libftdi/Makefile| 2 +- libs/libftdi/patches/20