[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 --- lang/luabitop/Makefile | 51 1 file changed, 51 insertions(+) create mode 100644 lang/luabitop/Makefile diff --git a

[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, op

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 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 at the following U

[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 http://webcache.googleusercont

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 Thank you for the patch, it was applied in r40336. Hauke ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/ma

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 > --- > libs/nettle/Makefile | 72 > > 1 file changed, 72 insertions(+) > create mode 100644 libs/nettle/Makefile > Thank you for the patch, i

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 > --- > libs/gnutls/Makefile | 70 > +++ > libs/gnutls/patches/001-no_doc_tests_po.patch | 65 - > 2 files changed, 29 inser

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 wrote: > From: Dave Taht > > 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 models for managing traffic > a simplest one

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 > --- > 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 [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 patch and send to the M

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 > --- > ...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 insertions(+), 6 deleti

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 > --- > .../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 : > * probono [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 workin

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 wrote: > > > From: Dave Taht > > > > This adds support for the bufferbloat project's "Smart Queue Management" > > (SQM) system, which improves over openwrt's qos-scripts in the following > > ways >