[OpenWrt-Devel] [PATCH 2/3] [at91] AT91SAM9G20-EK fixes

2014-04-12 Thread Owen Kirby
>From 272f548fe8d0b811e0589e535f650f0507f6bccd Mon Sep 17 00:00:00 2001 From: Owen Kirby Date: Fri, 11 Apr 2014 17:59:55 -0700 Subject: [PATCH 2/3] [at91] AT91SAM9G20-EK fixes. While testing the 3.10 kernel update, I found that the out-of-the-box device tree for the the AT91SAM9G20EK uses a UBIF

[OpenWrt-Devel] [PATCH 3/3] [at91] Add AT91 board and model name to /tmp/sysinfo

2014-04-12 Thread Owen Kirby
>From 9158e3282db592e78fb32a2c8a0903ef21b97f5c Mon Sep 17 00:00:00 2001 From: Owen Kirby Date: Fri, 11 Apr 2014 18:28:56 -0700 Subject: [PATCH 3/3] [at91] Add AT91 board and model name to /tmp/sysinfo. This patch extracts the board name and model information from the /proc/device-tree node in or

[OpenWrt-Devel] [PATCH 1/3] [at91] Update AT91 kernel to 3.10.34

2014-04-12 Thread Owen Kirby
>From 2064e6d069ec8df7f5e988547fe7f2a1a7ad890f Mon Sep 17 00:00:00 2001 From: Owen Kirby Date: Thu, 10 Apr 2014 19:02:15 -0700 Subject: [PATCH 1/3] [at91] Update AT91 kernel to 3.10.34. This patch updates the kernel of the AT91 target to version 3.10.34. Signed-off-by: Owen Kirby --- target/l

[OpenWrt-Devel] [PATCH][project/luci2/ui.git] luci2-p910nd: LuCI2 module for p910nd maganement

2014-04-12 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- luci2-p910nd/Makefile | 36 .../usr/share/rpcd/acl.d/services.p910nd.json | 15 + .../usr/share/rpcd/menu.d/services.p910nd.json | 11 .../files/www/luci2/template/services.p910nd.htm | 1 + .../files/

[OpenWrt-Devel] [PATCH] rpcd: update to the latest version

2014-04-12 Thread Rafał Miłecki
This is required to make object "session" procedure "access" dump ACLs when no "object" or no "function" parameters are passed. Signed-off-by: Rafał Miłecki --- package/system/rpcd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/system/rpcd/Makefile b/pac

Re: [OpenWrt-Devel] [PATCH] hostapd: fix "bad number" error due to missing wps_pbc_in_m1 option (since r39995)

2014-04-12 Thread Felix Fietkau
On 2014-04-12 16:00, Hannu Nyman wrote: > r39995 introduced a new parameter wps_pbc_in_m1 to wifi wps config, but > apparently did not provide a default value 0. > > When that option's non-existing value is later evaluated in > /lib/netifd/hostapd.sh, it causes the "bad number" error to be logge

[OpenWrt-Devel] [PATCH] Fix ARV7519RW images

2014-04-12 Thread Álvaro Fernández Rojas
This patch moves ARV7519RW definitions to VR9 section from the AR9 section and removes a whitespace that breaks jffs2 image generation. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile index fd93139..f8d46fb 100644 --

[OpenWrt-Devel] [PATCH] hostapd: fix "bad number" error due to missing wps_pbc_in_m1 option (since r39995)

2014-04-12 Thread Hannu Nyman
r39995 introduced a new parameter wps_pbc_in_m1 to wifi wps config, but apparently did not provide a default value 0. When that option's non-existing value is later evaluated in /lib/netifd/hostapd.sh, it causes the "bad number" error to be logged in syslog if user has not set the wps_pbc_in_m

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts: Support Mythic Beast's Dynamic DNS API

2014-04-12 Thread Michael Büsch
On Sat, 12 Apr 2014 08:48:24 +0100 Liam Fraser wrote: > # Winco DDNS > "ddns.com.br" > "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]"; > + > +# Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS > +"mythic-beasts.com" > "http://dnsapi4.m

Re: [OpenWrt-Devel] [PATCH] [packages] ddns-scripts: Support Mythic Beast's Dynamic DNS API

2014-04-12 Thread Liam Fraser
Hi Michael, Our service supports https, and we tried to use that version first. However, none of the other providers in that file are using https. After some investigation, we found that the busybox wget that ships by default doesn't have SSL support. This can be fixed by "opkg install wget", but

[OpenWrt-Devel] [PATCH] [packages] ddns-scripts: Support Mythic Beast's Dynamic DNS API

2014-04-12 Thread Liam Fraser
This patch adds support for Mythic Beast's Dynamic DNS API as documented here: https://www.mythic-beasts.com/support/topics/dynamicdns. Signed-off-by: Liam Fraser --- net/ddns-scripts/files/usr/lib/ddns/services | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ddns-scripts/files/usr/lib