Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-16 Thread Stefan Rompf
Hi, On Mittwoch, 11. März 2015 15:14:21 Shvedov Yury wrote: Thank you for your answer. We will try to solve this issue with our own forces. any progress on this? I have one of these access points available right now for hacking (as long as I do not brick it). The last hours I made those

[OpenWrt-Devel] [PATCH] [package] igmpproxy: Multiple downlink interfaces fix.

2015-03-16 Thread Erik Tews
from Erik Tews e...@datenzone.de This patch has two effects. First, the quickleave feature/behaviour is disabled for all groups that are used on more than one interface. The idea of quickleave is to leave a group fast and later figure out whether there is still somebody interested in that group.

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-16 Thread Sergey Ryazanov
Hello Stefan, 2015-03-16 23:36 GMT+03:00 Stefan Rompf ste...@loplof.de: However, independant of the channel selected the ports are always set to 0x00081405 (or 0x00081404 or 0x00081406 depending on the LED setting): BZ.v3.2.7# /tmp/io -4 -r 0x18040004 18040004: 00081405 If anyone has

Re: [OpenWrt-Devel] D-Link switches with GPL Linux kernel available

2015-03-16 Thread Jean-Michel Pouré - GOOZE
Dear friends, For those interested, I am keeping track of hacking the DGS-1210-10P on the WIKI: https://wiki.openwrt.org/toh/d-link/dgs-1210 Any advice is welcome, especially to locate the serial console at first. Kind regards, Gnutella ___

Re: [OpenWrt-Devel] Ubiquiti AirOS7 is based on openwrt r40432

2015-03-16 Thread Nemesis
On 03/13/2015 09:10 PM, Bastian Bittorf wrote: * Nemesis neme...@ninux.org [13.03.2015 11:59]: see, they use an acient php from: http://museum.php.net/php2/ I've noticed, why is that? i guess: the webinterface? - bye, bastian I understand theyadded PHPfor the web UI, I do not

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add experimental Comtrend VR-3032u support

2015-03-16 Thread Jonas Gorski
On Sun, Mar 1, 2015 at 1:53 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: - image generation is commented out since NAND is not support (only initramfs) - NAND/WiFi not working - LEDCtrl register must be cleared in order to get Power LED to work. - refresh patches As discussed on IRC,

Re: [OpenWrt-Devel] [PATCH] brcm63xx: fix 6368 cpu1 reg typo

2015-03-16 Thread Jonas Gorski
On Sun, Mar 1, 2015 at 1:51 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com Thanks, applied. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: Add DGND3700 v1 / DGND3800B support

2015-03-16 Thread Jonas Gorski
On Sun, Mar 1, 2015 at 12:54 AM, David Lang da...@lang.hm wrote: Is this going to include support for the DSL on these boxes? the Table of Hardware page still says that the DSL is not and will never be supported. I've seen enough changes in such things over the years to hope that this is no

[OpenWrt-Devel] [PATCH 5/6] package/uboot-envtools: add OpenMesh OM5P-AN support

2015-03-16 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann s...@open-mesh.com --- 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 index 2de3f67..8fb559e 100644 ---

[OpenWrt-Devel] [PATCH] brcm63xx: add Comtrend VR-3032u support

2015-03-16 Thread Álvaro Fernández Rojas
- Avoid bin image generation (only initramfs) - NAND/WiFi not working Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm63xx/base-files/etc/diag.sh | 3 + .../base-files/etc/uci-defaults/02_network | 3 +-

[OpenWrt-Devel] [PATCH v2 1/2] brcm63xx: add bcm6328 LEDs driver

2015-03-16 Thread Álvaro Fernández Rojas
- Adds LEDs driver compatible with 6318/6328/6362/63268 - Set serial LEDs pinmux for 63268 only (6328 and 6362 boards have LEDs on these GPIOs) - Refresh patches Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm63xx/config-3.18 | 1 +

[OpenWrt-Devel] [PATCH v2 2/2] brcm63xx: add Comtrend VR-3032u support

2015-03-16 Thread Álvaro Fernández Rojas
- Avoid bin image generation (only initramfs) - NAND/WiFi not working Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm63xx/base-files/etc/diag.sh | 3 + .../base-files/etc/uci-defaults/02_network | 3 +-

[OpenWrt-Devel] [PATCH] dosfstools: update to latest version

2015-03-16 Thread Álvaro Fernández Rojas
update OS X patches to latest sent upstream also fixes patch breakage due to different git revision Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- tools/dosfstools/Makefile |4 +- .../dosfstools/patches/0001-Add-OSX-support.patch | 1849

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add Comtrend VR-3032u support

2015-03-16 Thread Álvaro Fernández Rojas
Ignore this patches, wrong selected terminal tab :$. Regards, Álvaro. El 16/03/2015 a las 17:24, Álvaro Fernández Rojas escribió: - Avoid bin image generation (only initramfs) - NAND/WiFi not working Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com ---

[OpenWrt-Devel] [PATCH 1/6] ar71xx: add kernel support for the OpenMesh OM5P-AN board

2015-03-16 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann s...@open-mesh.com --- .../linux/ar71xx/files/arch/mips/ath79/mach-om5p.c | 77 ++ .../737-MIPS-ath79-add-om5p-an-support.patch | 20 ++ 2 files changed, 97 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH 6/6] ar71xx: adjust OM5P profile for the OpenMesh OM5P-AN board

2015-03-16 Thread Sven Eckelmann
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 a/target/linux/ar71xx/generic/profiles/openmesh.mk b/target/linux/ar71xx/generic/profiles/openmesh.mk index 100636e..41b462e

[OpenWrt-Devel] [PATCH 2/6] ar71xx: add user-space support for the OpenMesh OM5P-AN

2015-03-16 Thread Sven Eckelmann
Signed-off-by: Sven Eckelmann s...@open-mesh.com --- target/linux/ar71xx/base-files/etc/diag.sh | 3 ++- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 3 ++- target/linux/ar71xx/base-files/lib/ar71xx.sh| 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-)

Re: [OpenWrt-Devel] [PATCH] linux: modules: crypto: adds ccm package

2015-03-16 Thread Bryan Forbes
On Mar 15, 2015, at 11:55 PM, Varka Bhadram varkabhad...@gmail.com wrote: This patch adds support crypto-ccm modules support. Signed-off-by: Varka Bhadram var...@cdac.in --- package/kernel/linux/modules/crypto.mk | 11 +++ 1 file changed, 11 insertions(+) diff --git

[OpenWrt-Devel] [PATCH 3/6] ar71xx: enable sysupgrade for the OpenMesh OM5P-AN

2015-03-16 Thread Sven Eckelmann
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 | 6 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 4/6] package/om-watchdog: add OpenMesh OM5P-AN support

2015-03-16 Thread Sven Eckelmann
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 a/package/kernel/om-watchdog/files/om-watchdog.init b/package/kernel/om-watchdog/files/om-watchdog.init index 36b31da..135fef7

Re: [OpenWrt-Devel] [PATCH 3/3] [rpcd] file: add support for setting mode when writing files

2015-03-16 Thread Luka Perkov
Hi John, On Sun, Mar 15, 2015 at 10:27:49PM +0100, John Crispin wrote: + umask(0); setting umask to 0 and then not resetting it to the old value afterwards seems wrong. - main.c: umask(0077); Good catch. Will send v2. Luka ___

Re: [OpenWrt-Devel] [PATCH v2 1/2] brcm63xx: add bcm6328 LEDs driver

2015-03-16 Thread Jonas Gorski
Hi, On Mon, Mar 16, 2015 at 5:05 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: - Adds LEDs driver compatible with 6318/6328/6362/63268 - Set serial LEDs pinmux for 63268 only (6328 and 6362 boards have LEDs on these GPIOs) - Refresh patches I ignored most line break issues, but my

[OpenWrt-Devel] [PATCH] [libubox] b64: add base64 support

2015-03-16 Thread Luka Perkov
The code has been taken from zstream project which was written by Steven Barth. Signed-off-by: Luka Perkov l...@openwrt.org CC: Steven Barth ste...@midlink.org CC: John Crispin blo...@openwrt.org --- CMakeLists.txt | 2 +- b64.c | 136

Re: [OpenWrt-Devel] [PATCH 1/3] [rpcd] file: add md5sum support

2015-03-16 Thread Jonas Gorski
Hi, On Mon, Mar 16, 2015 at 6:47 PM, Luka Perkov l...@openwrt.org wrote: Hi John, On Sun, Mar 15, 2015 at 10:21:27PM +0100, John Crispin wrote: On 15/03/2015 22:00, Luka Perkov wrote: wbuf = blobmsg_alloc_string_buffer(buf, md5, 33); + + for (i = 0; i 16; i++) +

[OpenWrt-Devel] [PATCH] ar71xx: detect GL.iNet model

2015-03-16 Thread Matthias Schiffer
There are two versions of the GL.iNet, the 6408A and the 6416A. The only difference is the flash size. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 14 ++ 1 file changed, 14 insertions(+) diff --git

Re: [OpenWrt-Devel] [PATCH 1/3] [rpcd] file: add md5sum support

2015-03-16 Thread Luka Perkov
Hi John, On Sun, Mar 15, 2015 at 10:21:27PM +0100, John Crispin wrote: On 15/03/2015 22:00, Luka Perkov wrote: wbuf = blobmsg_alloc_string_buffer(buf, md5, 33); + + for (i = 0; i 16; i++) + sprintf((wbuf + (i * 2)), %02x, (uint8_t) md5[i]); there is a set of brackets too

Re: [OpenWrt-Devel] [PATCH] brcm63xx: add Comtrend VR-3032u support

2015-03-16 Thread Jonas Gorski
Hi, On Mon, Mar 16, 2015 at 5:24 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: - Avoid bin image generation (only initramfs) - NAND/WiFi not working Signed-off-by: Álvaro Fernández Rojas nolt...@gmail.com --- target/linux/brcm63xx/base-files/etc/diag.sh | 3 +

Re: [OpenWrt-Devel] [PATCH 2/3] [rpcd] file: add support for base64

2015-03-16 Thread Luka Perkov
Hi John, On Sun, Mar 15, 2015 at 10:26:26PM +0100, John Crispin wrote: On 15/03/2015 22:00, Luka Perkov wrote: b64encode and b64decode functions were taken from zstream project which was written by Steven Barth and John Crispin. i did not write this :) You were in (C) headers from where

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-16 Thread David Hutchison
Hello, It's probably driven by a GPIO on the radio itself. Possibly monitor /sys/kernel/debug/ieee80211/phy[0-9]/ath9k/regidx and /sys/kernel/debug/ieee80211/phy[0-9]/ath9k/regval. Perhaps someone with a datasheet might be able to tell you which register(s) it *could* be tied to, then take

[OpenWrt-Devel] [PATCH] lantiq/xrx200/TDW8970: add ltq-ptm-vr9 to default packages

2015-03-16 Thread Alexander Couzens
ptm(vdsl2) is supported by this device. Signed-off-by: Alexander Couzens lyn...@fe80.eu --- target/linux/lantiq/xrx200/profiles/tplink.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/xrx200/profiles/tplink.mk

[OpenWrt-Devel] [PATCH] lantiq add ptm-vr9 to default packages

2015-03-16 Thread Alexander Couzens
This adds ptm-vr9 to WD8970, which also supports VDSL2. I don't know the other lantiq devices, but they maybe support VDSL2 as well and thus they should select the ptm-vr9. Alexander Couzens (1): lantiq/xrx200/TDW8970: add ltq-ptm-vr9 to default packages

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix TP-LINK TL-WDR3600/4300 RFKILL switch positions

2015-03-16 Thread Alpha Sparc
Hi I have seen that this has been committed to trunk but please do it for barrier breaker as well. On Mar 15, 2015 6:31 AM, Alpha Sparc alphasp...@gmail.com wrote: Please Back port to Barrier Breaker I can confirm it occurs on WDR4300 on Barrier Breaker as well. On and Off states are swapped

Re: [OpenWrt-Devel] [PATCH] dosfstools: update to latest version

2015-03-16 Thread {Nico}
Hi Álvaro, On Mon, Mar 16, 2015 at 5:26 PM, Álvaro Fernández Rojas nolt...@gmail.com wrote: update OS X patches to latest sent upstream also fixes patch breakage due to different git revision Any reason you're not using the release tarballs : https://github.com/dosfstools/dosfstools/releases

Re: [OpenWrt-Devel] [PATCH] ar71xx: detect GL.iNet model

2015-03-16 Thread Cezary Jackiewicz
Dnia 2015-03-16, o godz. 18:35:55 Matthias Schiffer mschif...@universe-factory.net napisał(a): There are two versions of the GL.iNet, the 6408A and the 6416A. The only difference is the flash size. Signed-off-by: Matthias Schiffer mschif...@universe-factory.net ---

Re: [OpenWrt-Devel] [PATCH] ar71xx: detect GL.iNet model

2015-03-16 Thread Matthias Schiffer
On 03/16/2015 07:50 PM, Cezary Jackiewicz wrote: Dnia 2015-03-16, o godz. 18:35:55 Matthias Schiffer mschif...@universe-factory.net napisał(a): There are two versions of the GL.iNet, the 6408A and the 6416A. The only difference is the flash size. Signed-off-by: Matthias Schiffer

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: Add DGND3700 v1 / DGND3800B support

2015-03-16 Thread Jonas Gorski
On Sun, Mar 1, 2015 at 12:09 AM, dani dgcb...@gmail.com wrote: Ok, patch updated with latest changes in trunk, and suggestions. About SPROM fixups, I misundertsood its purpouse. Deleted since it's not required. Signed-off-by: Daniel Gonzalez dgcb...@gmail.com Thanks, applied with a few