[OpenWrt-Devel] [PATCH] ar71xx: fix board detection for TL-WA7510N

2014-05-04 Thread Daniel
Detect TL-WA7510N v1 by the board name as defined in mach-tl-wa901nd.c and add hardware ID to tplink_board_detect Signed-off-by: Daniel Golle dan...@makrotopia.org --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

[OpenWrt-Devel] [PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 - packages

2014-05-04 Thread Hannu Nyman
[PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 - packages [PATCH 2/2] [luci] collectd: Update luci-statistics / collectd to 5.4.1 - Luci Collectd, the backbone of Luci statistics module, has been recently updated already to 5.4.1, while Openwrt is still with

[OpenWrt-Devel] [PATCH 2/2] [luci] collectd: Update luci-statistics / collectd to 5.4.1 - Luci

2014-05-04 Thread Hannu Nyman
[PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 - packages [PATCH 2/2] [luci] collectd: Update luci-statistics / collectd to 5.4.1 - Luci Collectd, the backbone of Luci statistics module, has been recently updated already to 5.4.1, while Openwrt is still with

Re: [OpenWrt-Devel] [PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 - packages

2014-05-04 Thread Karl P
Your changes to the config disable sigrok, why is a patch for it still needed? On 05/04/2014 11:22 AM, Hannu Nyman wrote: 905-disable-sigrok-glib: libsigrok checks for a glib-related macro that breaks configure. Bypass the invalid macro. I have also added a disabling option in Makefile.

Re: [OpenWrt-Devel] [PATCH 1/2] [packages] collectd: Update luci-statistics / collectd to 5.4.1 - packages

2014-05-04 Thread Hannu Nyman
I made the patch first, as configuration process complained about invalid unexpected token in the configure script. (Buildhost is Ubuntu 13.10 and 14.04 x64.) I later figured out the configure option and and added it. But as the configure process still complained about the unexpected token if

[OpenWrt-Devel] [PATCH] [packages] nettle: disable parallel build

2014-05-04 Thread Dirk Neukirchen
removes random build failures like mv: cannot stat 'ecc-192.hT': No such file or directory or mv: cannot stat 'ecc-256.hT': No such file or directory or mv: cannot stat 'ecc-521.hT': No such file or directory Makefile:309: recipe for target 'ecc-521.h' failed observed on 2 Debian VMs (7,

[OpenWrt-Devel] [PATCH] ar71xx: add support to TP-LINK TL-WA730RE v1

2014-05-04 Thread Daniel
The TL-WA730RE seems to be almost identical to TL-WA701ND, just that it comes without PoE and a stock-firmware claiming the device to be a Range Extender. Signed-off-by: Daniel Golle dan...@makrotopia.org --- target/linux/ar71xx/base-files/lib/ar71xx.sh| 3 +++

[OpenWrt-Devel] Feature-Request: Add JSON-object with /usr/share/libubox/jshn.sh

2014-05-04 Thread Bernd Naumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tried to use jshn.sh to read and build JSON objects in sh-scripts and ran into one problem: If I build an JSON object with jshn.sh I can do stuff like: json_init json_add_object network json_add_object wlan json_add_string macaddr ...

Re: [OpenWrt-Devel] [PATCH] [packages] dhcpcd: update to 6.1.0

2014-05-04 Thread Dirk Neukirchen
On 03.05.2014 14:53, Hauke Mehrtens wrote: On 11/21/2013 12:36 PM, Dirk Neukirchen wrote: This does not compile for me: ./configure: WARNING: unknown option --program-prefix ./configure: WARNING: unknown option --program-suffix ./configure: WARNING: unknown option --exec-prefix

[OpenWrt-Devel] [PATCH] [uclient] add support for PUT requests

2014-05-04 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- uclient-http.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/uclient-http.c b/uclient-http.c index e7d3ff0..4562325 100644 --- a/uclient-http.c +++ b/uclient-http.c @@ -40,6 +40,7 @@ enum request_type { REQ_GET,

[OpenWrt-Devel] [PATCH] [libubox] uloop: fix multiple calls to uloop_run()

2014-05-04 Thread Luka Perkov
Signed-off-by: Luka Perkov l...@openwrt.org --- uloop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uloop.c b/uloop.c index ee568a8..c3d206a 100644 --- a/uloop.c +++ b/uloop.c @@ -646,6 +646,7 @@ void uloop_run(void) if (!recursive_calls++)

[OpenWrt-Devel] [PATCH][PACKAGES] libexif update to 0.6.21

2014-05-04 Thread Ian Leonard
Update libexif to 0.6.21. Add package licensing information and refresh patch. Signed-off-by: Ian Leonard antonla...@gmail.com --- libs/libexif/Makefile | 9 ++--- libs/libexif/patches/100-no_doc.patch | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git