[OpenWrt-Devel] [PATCH RFC] base-files: switch reset button support to hotplug.d

2015-05-09 Thread Rafał Miłecki
For years now we have procd (with its hotplug support) and action JSON executing all scripts in /etc/hotplug.d/SUBSYSTEM/. Move reset button support to handle it the same way we handle other subsystems. Signed-off-by: Rafał Miłecki --- package/base-files/files/etc/hotplug.d/button/reset | 18 +++

[OpenWrt-Devel] [PATCH V2 procd] hotplug: support for interval commands

2015-05-09 Thread Rafał Miłecki
This allows executing code with a given interval. As every command, it can be assign to any uevent. Intervals may be useful for counting elapsed time since some action. It allows e.g. indicating that button has been pressed for some time. This is useful to let user know he can already release the

Re: [OpenWrt-Devel] ddns default config values broken?

2015-05-09 Thread Christian Schoenebeck
Hi Henning, the pull request is posted on github https://github.com/openwrt/packages/pull/1241 Please have a look on the comments. What do you think about a minimum or increasing sleep time before next retry ? Christian ___ openwrt-devel mailing list o

[OpenWrt-Devel] [PATCH] ar71xx: Add support for the Meraki MR12 & MR16

2015-05-09 Thread Chris Blake
This patch is to add support for the Meraki MR12 and MR16 Access Points. Currently everything is working, minus the 2nd NIC interface on the MR12 which is built into the SoC. Signed-off-by: Chris R Blake --- diff -Naur ./a/target/linux/ar71xx/base-files/etc/diag.sh ./b/target/linux/ar71xx/base-

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Add Huawei HG655b support

2015-05-09 Thread Jonas Gorski
Hi, On Sat, May 9, 2015 at 1:06 PM, Cezary Jackiewicz wrote: > Dnia 2015-05-09, o godz. 12:37:30 > dani napisał(a): > >> This patch adds support for the Huawei HG655b. >> >> Nothing much special in this router, it's just another BCM6368 with >> a Ralink RT3062 wifi chip and the calibration data

[OpenWrt-Devel] [PATCH] fuse: fix build on arm64

2015-05-09 Thread Dirk Neukirchen
error: ../include/fuse_kernel.h:93:15: error: conflicting types for 'int64_t' ../include/fuse_kernel.h:92:15: error: conflicting types for 'uint64_t' reported by buildbot fix by adopting upstream patch: http://git.baserock.org/cgi-bin/cgit.cgi/delta/fuse.git/commit/include/fuse_kernel.h?id=91487

[OpenWrt-Devel] [PATCH] toolchain: change default emulation for mips64 (octeon) to n64

2015-05-09 Thread Dirk Neukirchen
fixes several ld errors reported by buildbot: http://buildbot.openwrt.org:8010/broken_packages/octeon/mdnsresponder/compile.txt http://buildbot.openwrt.org:8010/broken_packages/octeon/luasocket/compile.txt http://buildbot.openwrt.org:8010/broken_packages/octeon/luasec/compile.txt http://buildbot.o

[OpenWrt-Devel] Remove requirement of an absolute path to the perl interpreter

2015-05-09 Thread Thomas Strobel
Hi, I'm using OpenWRT on NixOS, a Linux operating system that uses a sophisticated hash mechanism instead of the Filesystem Hierarchy Standard. A consequence of the hashing mechanism is that files like, e.g., /usr/bin/perl don't exist under NixOS. I've tried to create a patch that replaces two oc

Re: [OpenWrt-Devel] [PATCH] brcm63xx: Add Huawei HG655b support

2015-05-09 Thread Cezary Jackiewicz
Dnia 2015-05-09, o godz. 12:37:30 dani napisał(a): > This patch adds support for the Huawei HG655b. > > Nothing much special in this router, it's just another BCM6368 with > a Ralink RT3062 wifi chip and the calibration data embedded in the > main flash chip at offset 0x7c. There is also co

[OpenWrt-Devel] [PATCH] brcm63xx: Add Huawei HG655b support

2015-05-09 Thread dani
This patch adds support for the Huawei HG655b. Nothing much special in this router, it's just another BCM6368 with a Ralink RT3062 wifi chip and the calibration data embedded in the main flash chip at offset 0x7c. There is also configuration data used by the OEM firmware before the cal_data p