[OpenWrt-Devel] [PATCH try2 1/2] packages: new package luabitop

2014-03-30 Thread Maxim Storchak
Lua BitOp is a C extension module for Lua 5.1/5.2 which adds bitwise operations on numbers. Signed-off-by: Maxim Storchak m.storc...@gmail.com --- lang/luabitop/Makefile | 51 1 file changed, 51 insertions(+) create mode 100644

[OpenWrt-Devel] [PATCH try2 2/2] packages: update luaposix to v31

2014-03-30 Thread Maxim Storchak
v31 adds more interfaces to POSIX. New compared to v5.1.11: nanosleep, open, close, read, write, pipe, dup, dup2, setfl, getfl, fcntl, poll, fnmatch, memrchr, strptime, statvfs, mkdtemp, isatty, openpt, ptsname, grantpt, unlockpt, killpg, openpty, realpath, socket functions and constants, fixes,

Re: [OpenWrt-Devel] [PATCH] [ar71xx] Support for HiWifi HC6361 router

2014-03-30 Thread Yousong Zhou
Hi, On 26 March 2014 18:41, Yousong Zhou yszhou4t...@gmail.com wrote: Hi, Just got my my chance to try this router. It's 2014 now and my comments are late... Sorry, but getting this board supported in the OpenWrt trunk is really good. For those interested, the original patch can be found

[OpenWrt-Devel] Fwd: hub-ctrl

2014-03-30 Thread probono
Add hub-ctrl app to switch off/on power to ports which support it on a USB host/hub http://trac.gateworks.com/export/216/openwrt/trunk/packages/hub-ctrl/Makefile Please include this in OpenWrt. In case the server is slow/down, there is also a copy on Google Cache at

Re: [OpenWrt-Devel] [PATCH 1/2] Updated gmp to 5.1.3

2014-03-30 Thread Hauke Mehrtens
On 02/28/2014 09:25 PM, Nikos Mavrogiannopoulos wrote: Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org Thank you for the patch, it was applied in r40336. Hauke ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH 1/3] Added nettle library 2.7.1

2014-03-30 Thread Hauke Mehrtens
On 03/03/2014 09:39 PM, Nikos Mavrogiannopoulos wrote: Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org --- libs/nettle/Makefile | 72 1 file changed, 72 insertions(+) create mode 100644 libs/nettle/Makefile Thank you for the

Re: [OpenWrt-Devel] [PATCH 2/3] Added gnutls 3.2.12

2014-03-30 Thread Hauke Mehrtens
On 03/03/2014 09:39 PM, Nikos Mavrogiannopoulos wrote: Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org --- libs/gnutls/Makefile | 70 +++ libs/gnutls/patches/001-no_doc_tests_po.patch | 65 - 2 files changed,

Re: [OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-03-30 Thread Weedy
On Sat, Mar 29, 2014 at 2:56 PM, Dave Täht dave.t...@bufferbloat.netwrote: From: Dave Taht dave.t...@bufferbloat.net This adds support for the bufferbloat project's Smart Queue Management (SQM) system, which improves over openwrt's qos-scripts in the following ways + Uses HTB with two

Re: [OpenWrt-Devel] [PATCH, packages] fix the issue on initiating multi ssid error (8 ssid for each band, totoal is 16)

2014-03-30 Thread Felix Fietkau
On 2014-03-26 09:21, Marshmallow wrote: This patch can fix the issue that ethernet crash or turns into disable status when initiating multi ssid (8 for each band, total is 16) For more detail, please refer to https://dev.openwrt.org/ticket/15244 My suggestion is to move the line

Re: [OpenWrt-Devel] [PATCH 3/3] Updated openconnect to 5.03

2014-03-30 Thread Hauke Mehrtens
On 03/03/2014 09:39 PM, Nikos Mavrogiannopoulos wrote: Signed-off-by: Nikos Mavrogiannopoulos n...@gnutls.org --- libs/openconnect/Makefile | 49 libs/openconnect/files/openconnect.sh | 56 + libs/openconnect/files/vpnc-script| 156

Re: [OpenWrt-Devel] Fwd: hub-ctrl

2014-03-30 Thread Bastian Bittorf
* probono prob...@ghs.l.google.com [30.03.2014 21:01]: Add hub-ctrl app to switch off/on power to ports which support it on a USB host/hub http://trac.gateworks.com/export/216/openwrt/trunk/packages/hub-ctrl/Makefile I have 2 USB-hubs which are working with this tool. I will make a proper

Re: [OpenWrt-Devel] [PATCH 1/3] brcm47xx: update workarounds patch to V3

2014-03-30 Thread Hauke Mehrtens
On 03/21/2014 02:13 PM, Rafał Miłecki wrote: Signed-off-by: Rafał Miłecki zaj...@gmail.com --- ...IPS-BCM47XX-Add-new-file-for-device-specific-workar.patch | 12 +--- ...IPS-BCM47XX-Add-new-file-for-device-specific-workar.patch | 12 +--- 2 files changed, 18

Re: [OpenWrt-Devel] [PATCH] kernel: backport BCM5357 fix for GPIOs

2014-03-30 Thread Hauke Mehrtens
On 03/29/2014 10:08 AM, Rafał Miłecki wrote: This backports: bcma: gpio: register 32 GPIOs on BCM5357 Signed-off-by: Rafał Miłecki zaj...@gmail.com --- .../linux/generic/patches-3.10/025-bcma_backport.patch | 15 --- .../linux/generic/patches-3.12/025-bcma_backport.patch | 15

Re: [OpenWrt-Devel] Fwd: hub-ctrl

2014-03-30 Thread Guillaume LECERF
Hi, 2014-03-30 21:13 GMT+02:00 Bastian Bittorf bitt...@bluebottle.com: * probono prob...@ghs.l.google.com [30.03.2014 21:01]: Add hub-ctrl app to switch off/on power to ports which support it on a USB host/hub http://trac.gateworks.com/export/216/openwrt/trunk/packages/hub-ctrl/Makefile

Re: [OpenWrt-Devel] [RFC PATCH] packages: Smart Queue Management for AQM Packet Scheduling and Qos from CeroWrt

2014-03-30 Thread Dave Taht
On Sun, Mar 30, 2014 at 02:24:44PM -0400, Weedy wrote: On Sat, Mar 29, 2014 at 2:56 PM, Dave Täht dave.t...@bufferbloat.netwrote: From: Dave Taht dave.t...@bufferbloat.net This adds support for the bufferbloat project's Smart Queue Management (SQM) system, which improves over openwrt's