[OpenWrt-Devel] [PATCH] gpsd: initial add to packages

2015-10-16 Thread Pushpal Sidhu
This package is currently in oldpackages. Add here to keep support for gpsd. >From oldpackages, this was bumped from 3.10 -> 3.15 and includes an upstream patch to allow building with musl. Signed-off-by: Pushpal Sidhu --- package/utils/gpsd/Makefile

Re: [OpenWrt-Devel] [PATCH][ar71xx] add support for tp-link wr841n v10 image generation

2015-10-16 Thread Bastian Bittorf
* Bastian Bittorf [11.10.2015 21:31]: > * John Crispin [11.10.2015 20:40]: > > also please prefix your patches with ar71xx: and not [ar71xx] > > can please somebody change the text in > https://dev.openwrt.org/wiki/SubmittingPatches > @ "13. The

Re: [OpenWrt-Devel] [PATCH] base-files: sysupgrade: respect new profile.d infrastructure

2015-10-16 Thread Bastian Bittorf
* Bastian Bittorf [11.10.2015 21:48]: > i got a patchwork mail[1] with the short message > "patch is superseeded" - but no further comments, > so the question is: > > 1) who closed the patch? > 2) why is it 'superseeded', but not fixed? > > [1]

Re: [OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-16 Thread Etienne Champetier
Hi Dirk, 2015-10-16 12:10 GMT+02:00 Dirk Brenken : > busybox binary in openwrt neither supports stat nor find mtime. This patch > adds find mtime support by default. > what's the size before/after (ipk size) > Signed-off-by: Dirk Brenken > --- > ---

[OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-16 Thread Dirk Brenken
busybox binary in openwrt neither supports stat nor find mtime. This patch adds find mtime support by default. Signed-off-by: Dirk Brenken --- --- trunk/package/utils/busybox/Config-defaults.in.orig 2015-09- 11 23:24:58.0 +0200 +++

Re: [OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-16 Thread Bastian Bittorf
* Dirk Brenken [16.10.2015 12:58]: > busybox binary in openwrt neither supports stat nor find mtime. This > patch adds find mtime support by default. please show at least 2 platforms, how much bloat it adds (stripped/unstripped) bye, bastian

Re: [OpenWrt-Devel] [PATCH] busybox: enable find mtime support by default

2015-10-16 Thread Dirk Brenken
Hi Etienne, I've compared ipk size for three different targets (ar71xx, brcm2708, x86): dirk@x250:~/busysbox$ ls -la -rw-r--r-- 1 dirk dirk 209908 Okt 16 13:48 busybox_1.23.2-3_ar71xx.ipk- 0before -rw-r--r-- 1 dirk dirk 210031 Okt 16 16:47 busybox_1.23.2-3_ar71xx.ipk- 1after difference: +123 Byte

[OpenWrt-Devel] [PATCH 1/3] tools/firmware-utils: tplink-safeloader: clean up code

2015-10-16 Thread Matthias Schiffer
There is no reason for the internal functions not to be static. Signed-off-by: Matthias Schiffer --- tools/firmware-utils/src/tplink-safeloader.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 2/3] tools/firmware-utils: tplink-safeloader: fix support-list format, clean up vendor information

2015-10-16 Thread Matthias Schiffer
The first 4 bytes of the support list and the vendor information are supposed to contain the length of these fields. Signed-off-by: Matthias Schiffer --- tools/firmware-utils/src/tplink-safeloader.c | 47 ++-- 1 file changed, 30

[OpenWrt-Devel] [PATCH 3/3] tools/firmware-utils: tplink-safeloader: add version 1.1 support to CPE210/220/510/520

2015-10-16 Thread Matthias Schiffer
The hardware is identical to version 1.0, add the new models to the support list. Also remove the empty line at the end of the support list, the current stock images don't have it either. Signed-off-by: Matthias Schiffer ---

[OpenWrt-Devel] [PATCH 0/3] Add support for CPE210/220/510/520 v1.1

2015-10-16 Thread Matthias Schiffer
The v1.1 is identical to v1.0, but it needs to be added to the support list in the firmware image. While at it, do some cleanup of the image generator. Matthias Schiffer (3): tools/firmware-utils: tplink-safeloader: clean up code tools/firmware-utils: tplink-safeloader: fix support-list

[OpenWrt-Devel] [PATCH] [SIGNED-OFF] ar71xx: Add support for WeIO board

2015-10-16 Thread Drasko DRASKOVIC
Support for WeIO board (http://we-io.net), backported from Designated Driver trunk. Signed-off-by: Drasko DRASKOVIC --- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../ar71xx/base-files/lib/upgrade/platform.sh | 3 +-