[OpenWrt-Devel] [PATCH v3] package/utils/usbutils: Update USB IDs list and drop gzip compression

2016-04-06 Thread Daniel Engberg
Change mirror to Github (Gentoo repo) and drop the gzip compression. Worst case there's about 4kbyte increase in size but most images ends up beign somewhere between 4-100kbyte smaller due to the lzma compression. Tested on ar71xx v2 Now contains the correct patch, sorry! v3 Turns out that the up

[OpenWrt-Devel] cfg80211 wext-compat layer in OpenWRT

2016-04-06 Thread Sergey Naumov
Hi all. I'm trying to use cfg80211 wext compatibility layer in my program, and while on desktop (ubuntu 15.04) everything is OK, on OpenWRT barrier-breaker and some pre-release of chaos-calmer I see that only txpower wext ioctl works, while SSID and channel don't. I see that in config files CFG80

[OpenWrt-Devel] [PATCH v2] package/utils/usbutils: Update USB IDs list and drop gzip compression

2016-04-06 Thread Daniel Engberg
Change mirror to Github (Gentoo repo) and drop the gzip compression. Worst case there's a 4kbyte increase in size but most images ends up beign somewhere between 4-100kbyte smaller due to the lzma compression. Tested on ar71xx Now contains the correct patch, sorry! Signed-off-by: Daniel Engberg

[OpenWrt-Devel] [PATCH] package/utils/usbutils: Update USB IDs list and drop gzip compression

2016-04-06 Thread Daniel Engberg
Change mirror to Github (Gentoo repo) and drop the gzip compression. Worst case there's a 4kbyte increase in size but most images ends up beign somewhere between 4-100kbyte smaller due to the lzma compression. Tested on ar71xx Signed-off-by: Daniel Engberg --- diff --git a/package/utils/usbuti

[OpenWrt-Devel] [PATCH libubox] blobmsg_json: simplify add_separator and fix thread-safety

2016-04-06 Thread Matthias Schiffer
The hard-coded length limits are replaced with strlen to make the code more robust. Signed-off-by: Matthias Schiffer --- blobmsg_json.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/blobmsg_json.c b/blobmsg_json.c index 2d1d80d..5713948 100644 --- a/blobms