Re: [LEDE-DEV] portal wifi router

2016-06-23 Thread Russell Senior
> "David" == David Lang writes: David> unfocused power drops off at the cube of the distance, [...] That should be square of the distance. And that applies to anything with an antenna. It all diverges, for practical purposes. About 6 dB loss for every doubling of the distance. -- Russe

Re: [LEDE-DEV] [PATCH] [ramips] Added NixCore X1 target V5

2016-06-23 Thread John Crispin
On 24/06/2016 05:25, Drew from NixCore wrote: > John, > > I am not sure what is causing the line wrap, the emails that I get from > the list don't have the line wrap but the list shows it. > > Any suggestions? > > Drew Hi Drew its your email client with 99.99% certainty. try using "git send-e

Re: [LEDE-DEV] [PATCH] [ramips] Added NixCore X1 target V5

2016-06-23 Thread Drew from NixCore
John, I am not sure what is causing the line wrap, the emails that I get from the list don't have the line wrap but the list shows it. Any suggestions? Drew On 06/16/2016 05:45 AM, John Crispin wrote: Hi, patch does not apply. please go here --> http://patchwork.ozlabs.org/patch/636150/

[LEDE-DEV] TR-069 and OpenWrt Fuze Meeting - June 24, 7AM PT

2016-06-23 Thread Eric Schultz
As mentioned at last week's meeting, I wanted to announce that we'll have another discussion on TR-069 and OpenWrt on Fuze on Friday, June 24 at 7AM PT. We'll discuss the in-person meeting and any steps that need to be taken before it as well as continue the TR-069 presentations, starting with ADB

Re: [LEDE-DEV] portal wifi router

2016-06-23 Thread David Lang
On Thu, 23 Jun 2016 14:55:05 -0400, Michael Richardson wrote: Bill Moffitt wrote: > I love the idea of meshing WiFi systems adapting their channel settings > around local interference... so the Plume in my house detects that my > next door neighbor's Portal is interfering, so it c

Re: [LEDE-DEV] portal wifi router

2016-06-23 Thread Michael Richardson
Bill Moffitt wrote: > I love the idea of meshing WiFi systems adapting their channel settings > around local interference... so the Plume in my house detects that my > next door neighbor's Portal is interfering, so it changes its > channel. However, the Plume in my garage is much

[LEDE-DEV] trying to cover costs on my bit of the build cluster

2016-06-23 Thread Dave Taht
I just put up a gofundme link to cover the costs of the 16 cpu google cloud buildbot machine I donated to lede last month, here: https://www.gofundme.com/2awkswc It's looking like $ 500-600 a month (in addition to the 250/mo I already put into the openwrt builder). 800/mo is WAY more than I can

Re: [LEDE-DEV] [PATCH v4] base-files: seed /dev/urandom

2016-06-23 Thread Etienne Champetier
2016-06-23 17:05 GMT+02:00 Jo-Philipp Wich : > Hi. > >> why put multiple possibly unrelated functions under one option? > > To have a global "write to flash is okay" option instead of needing to > change different options with different semantics in different places. if it's disabled by default i

Re: [LEDE-DEV] [PATCH v4] base-files: seed /dev/urandom

2016-06-23 Thread Etienne Champetier
Hi Daniel, 2016-06-23 17:19 GMT+02:00 Daniel Gimpelevich : > On Thu, 2016-06-16 at 09:38 +, Etienne CHAMPETIER wrote: >> +SEED=/etc/urandom.seed >> + >> +error_exit() { >> +logger -t urandom_seed "$1" >> +exit 1 >> +} >> + >> +save() { >> +touch $SEED.tmp || error_exit "touch faile

Re: [LEDE-DEV] [PATCH v4] base-files: seed /dev/urandom

2016-06-23 Thread Daniel Gimpelevich
On Thu, 2016-06-16 at 09:38 +, Etienne CHAMPETIER wrote: > +SEED=/etc/urandom.seed > + > +error_exit() { > +logger -t urandom_seed "$1" > +exit 1 > +} > + > +save() { > +touch $SEED.tmp || error_exit "touch failed" > +chown root:root $SEED.tmp || error_exit "chown failed" > +

Re: [LEDE-DEV] [PATCH v4] base-files: seed /dev/urandom

2016-06-23 Thread Jo-Philipp Wich
Hi. > why put multiple possibly unrelated functions under one option? To have a global "write to flash is okay" option instead of needing to change different options with different semantics in different places. For example if I want to make the lease file persistent, I would change the path in

Re: [LEDE-DEV] [PATCH v4] base-files: seed /dev/urandom

2016-06-23 Thread Etienne Champetier
2016-06-23 16:08 GMT+02:00 Jo-Philipp Wich : > Hi, > > if we plan to attach multiple functions to the option (e.g. persistent > lease file) then it would probably make sense to give it a generic name, > e.g. > > "option persist 0/1" > > or > > "option save_state 0/1" why put multiple possibly un

Re: [LEDE-DEV] [PATCH v4] base-files: seed /dev/urandom

2016-06-23 Thread Jo-Philipp Wich
Hi, if we plan to attach multiple functions to the option (e.g. persistent lease file) then it would probably make sense to give it a generic name, e.g. "option persist 0/1" or "option save_state 0/1" ~ Jo ___ Lede-dev mailing list Lede-dev@lists.

Re: [LEDE-DEV] [PATCH v4] base-files: seed /dev/urandom

2016-06-23 Thread Etienne Champetier
Hi all, 2016-06-22 10:12 GMT+02:00 Kevin Darbyshire-Bryant : > > > On 22/06/16 08:50, John Crispin wrote: >> >> > >> >> write_urandom_seed_on_boot was a placeholder for what the option should >> be named as i could not think of a good one ;) please try to find a >> shorter one >> >> John

Re: [LEDE-DEV] [PATCH mountd 2/2] support for disk without partition table

2016-06-23 Thread John Crispin
On 23/06/2016 10:17, Olivier Hardouin wrote: > I have a USB flash drive fat32 formatted without any partition table. > I agree this is unusual nowadays (manufacturers usually put a > partition table on their devices), but as it mounts ok on my laptop, I > wanted the same behavior. Hi, that is

Re: [LEDE-DEV] new bugs mailing list

2016-06-23 Thread Conor O'Gorman
On 23/06/16 02:57, Daniel Curran-Dickinson wrote: Hi Ted, On Wed, 2016-06-22 at 19:06 -0400, Ted Hess wrote: Daniel - Subject to a few more folk's OKs and an up-coming adm meeting, I think we are going to go forward with Flyspray. There is no other proposed systems on deck for testing, so thi

Re: [LEDE-DEV] [PATCH] kernel: fix missing break in ubi auto-mounting patch

2016-06-23 Thread Jo-Philipp Wich
On 06/21/2016 10:07 PM, Hauke Mehrtens wrote: > Signed-off-by: Hauke Mehrtens Reviewed-by: Jo-Philipp Wich > --- > .../492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch | 3 ++- > .../492-try-auto-mounting-ubi0-rootfs-in-init-do_mounts.c.patch | 3 ++- > .../492-try-auto-moun

[LEDE-DEV] [PATCH] ramips: add suport for ZBT APE522II

2016-06-23 Thread Roger Pueyo Centelles
The ZBT APE522II is a dual-radio outdoor CPE based on the MT7620a SoC. It has 64 MB RAM, 8 MB flash, 2 Fast Ethernet ports via internal switch (one with 802.3af 48V PoE support), a 802.11b/g/n SoC 2.4 GHz radio and an 802.11a/n/ac MT7612E-based 5 GHz radio. Signed-off-by: Roger Pueyo Centelles --

Re: [LEDE-DEV] [PATCH mountd 2/2] support for disk without partition table

2016-06-23 Thread Olivier Hardouin
I have a USB flash drive fat32 formatted without any partition table. I agree this is unusual nowadays (manufacturers usually put a partition table on their devices), but as it mounts ok on my laptop, I wanted the same behavior. On Thu, Jun 23, 2016 at 9:24 AM, John Crispin wrote: > > > On 22/06

Re: [LEDE-DEV] [PATCH mountd 2/2] support for disk without partition table

2016-06-23 Thread John Crispin
On 22/06/2016 09:51, olivier.hardo...@gmail.com wrote: > if no partition found, try to mount the block device itself > > Signed-off-by: Olivier Hardouin Hi, looks ok, just wondering what kind of storage you see this on. i have only seen superfloppy type formating on mmc cards and that is almo