Re: [LEDE-DEV] [PATCH] Opkg: add --no-configure option patch.

2017-07-16 Thread Daniel Golle
Hi everyone! On Sat, Feb 18, 2017 at 08:10:22AM +, Kevin Darbyshire-Bryant wrote: > > On 18 Feb 2017, at 00:06, daniel wrote: > > > > And I also do not want opkg to invoke the init scripts of the just upgraded > > packages until I have finished all my checks and stuff. > > > > I thought it

Re: [LEDE-DEV] [PATCH] hostapd: set mcast_rate in mesh mode

2017-07-16 Thread Daniel Golle
On Thu, May 11, 2017 at 08:56:50AM +0200, Sven Eckelmann wrote: > From: Sven Eckelmann > > The wpa_supplicant code for IBSS allows to set the mcast rate. It is > recommended to increase this value from 1 or 6 Mbit/s to something higher > when using a mesh protocol on top which uses the multicast

Re: [LEDE-DEV] [PATCH procd 2/2] upgraded: Check chroot() return value

2017-07-16 Thread Matthias Schiffer
On 07/15/2017 09:44 PM, Florian Fainelli wrote: > Check the chroot() return value, fixes unused return value warnings/errors: > > procd-2017-06-22-e5e99c46/upgraded/upgraded.c:78:8: error: ignoring return > value of 'chroot', declared with attribute warn_unused_result > [-Werror=unused-result] chr

Re: [LEDE-DEV] [PATCH procd 1/2] init: Propagate sysupgrade_exec_upgraded() return value

2017-07-16 Thread Matthias Schiffer
On 07/15/2017 09:44 PM, Florian Fainelli wrote: > chroot() can fail and its return value should be checked against so propagate > sysupgrade_exec_upgraded() return value to its caller. > > Fixes: 63789e51ed91 ("init: add support for sysupgrades triggered from > preinit") > Signed-off-by: Florian

Re: [LEDE-DEV] Xen PVHVM drivers

2017-07-16 Thread Baptiste Jonglez
Hi, On Tue, Jul 11, 2017 at 12:04:13PM -0400, W. Michael Petullo wrote: > Luiz pointed out that some versions of LEDE seem to support the Xen > PVHVM drivers, so I decided to investigate this. I looked at: > > x86-17.01.2: > http://downloads.lede-project.org/releases/17.01.2/targets/x86/gener

Re: [LEDE-DEV] [PATCH 1/4] x86: Drop stray subtarget "epia"

2017-07-16 Thread Baptiste Jonglez
On Sun, Jul 16, 2017 at 02:00:30AM +0200, Daniel Golle wrote: > On Sat, Jul 15, 2017 at 06:47:58PM +0200, Baptiste Jonglez wrote: > > This subtarget was added by 961c0eac, probably by mistake. It does > > not contain anything beside a kernel config. > > Ouh, sorry, that was indeed committed by mi