Re: [OpenWrt-Devel] What happened to nut UPS config? (#20515)

2015-09-26 Thread Baptiste Jonglez
Hi David, Package-related patches should be submitted to the Github package repository: https://github.com/openwrt/packages/ Baptiste On Thu, Sep 17, 2015 at 11:32:36AM +0100, David Woodhouse wrote: > In my old AA setup, the nut package had an init script which built > ups.conf and

Re: [OpenWrt-Devel] [PATCH v2 netifd] interface-ip: Fix broadcast address when using /31 or /32 IPv4 addressing

2015-09-26 Thread Baptiste Jonglez
nbd, did you have time to look at this new version of the patch? Thanks, Baptiste On Mon, Sep 14, 2015 at 12:25:33PM +0200, Baptiste Jonglez wrote: > From: Baptiste Jonglez > > A /31-addressed interface requires a broadcast address of 255.255.255.255, > because there

Re: [OpenWrt-Devel] [PATCH v2][netifd] Initialize wireless interface attributes in proper function

2015-09-26 Thread Felix Fietkau
On 2015-09-14 11:53, Dmitry Ivanov wrote: > Initialize wireless interface attributes in proper function. > > Currently multicast to unicast feature may be configured for incorrect > wireless interface in case of reconfiguration. > > Test case: > > Initial wireless configuration: > > config

Re: [OpenWrt-Devel] UML not working in master

2015-09-26 Thread Bastian Bittorf
* Javier Domingo Cansino [26.09.2015 13:26]: > Hi, > > I wanted to setup for some tests an environment running uml, and I found > it's not compiling on master with default config. The error seems similar > to a previous one I found in the bug tracker. IMHO this is a macro

Re: [OpenWrt-Devel] HTTPS with 'letsencrypt.org' on OpenWrt

2015-09-26 Thread Michael Richardson
Joris de Vries wrote: > I would be interested in this as well, although I'm not sure how useful > this is without configuring a good hostname for routers, also maybe > automatically. Fundamentally, this is the problem for devices without names. I just don't

Re: [OpenWrt-Devel] How to add ubus users?

2015-09-26 Thread RĂ¼diger , Christoph
Hi Jow, thank you for that information. > If the password option is specified like "$p$" then the password hash > for is validated against /etc/shadow. > > If the password option is specified like "$1$" then the client supplied > login password is hashed through crypt() and compared against

Re: [OpenWrt-Devel] UML not working in master

2015-09-26 Thread Martin Tippmann
2015-09-26 20:48 GMT+02:00 Javier Domingo Cansino : > Hi Bastian, > > I have patched, compiled correctly, and working alright! =) > > You should really send that patch upstream! Hi, it's already fixed in the Kernel since June:

Re: [OpenWrt-Devel] UML not working in master

2015-09-26 Thread Javier Domingo Cansino
Doesn't seem like 3.18 has something that 4.0 or 4.1 have, although it might be interesting for proper UML support in CC. I would just submit the patch as it is, to have it included in master ASAP. Although the migration to any of the 4.x kernels does seem straightforward... It's up to you =)

Re: [OpenWrt-Devel] ar71xx: Add Gainstrong MiniBox v1.0 support to trunk

2015-09-26 Thread Stijn Segers
Hi John, You commented on my first patches a while ago for the MiniBox, don't know if mailing list 'etiquette' expected me to CC you for this updated patch. Doing it now in case I should have :) Cheers Stijn Segers Date: Sun, 20 Sep 2015 21:53:33 +0200 From: Stijn Segers

Re: [OpenWrt-Devel] Introducing "fastpath" - Kernel module for speeding up IP forwarding

2015-09-26 Thread Weedy
Did this die? On 22 Dec 2014 9:06 am, "Tomer Eliyahu" wrote: > Hi, > > We are software developers, part of Marvell's cellular platform > infrastructure team. > > Our team has been working on a project named "fastpath" for speeding > up IP forwarding in embedded systems.

Re: [OpenWrt-Devel] UML not working in master

2015-09-26 Thread Javier Domingo Cansino
Hi Bastian, I have patched, compiled correctly, and working alright! =) You should really send that patch upstream! On Sat, Sep 26, 2015 at 5:39 PM Bastian Bittorf wrote: > * Javier Domingo Cansino [26.09.2015 13:26]: > > Hi, > > > > I wanted to