Re: [OpenWrt-Devel] directory completeness problems

2015-03-21 Thread Russell Senior
> "John" == John Crispin writes: John> On 10/12/2014 01:37, Russell Senior wrote: >> I am also wondering whether or not OpenWrt should be using ubifs >> (like for the generic NAND subtarget) for the Mikrotik subtarget. >> >> Thoughts? John> yes, i have a mikrotik board on my desk already fo

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-21 Thread Stefan Rompf
Hi Sergey, > You should be a wizard to reveal hw protocol without touching hw :) I cannot say 'Mischief managed!' by now, but it's slowly making progress ;-) > Unlikely that iwconfig changes something directly, I would bet on the > driver. Indeed. So far -The RF filter is controlled by the GPI

Re: [OpenWrt-Devel] [OpenWrt-Commits] r44899 - trunk/package/network/config/netifd

2015-03-21 Thread Hannu Nyman
The culprit is the last netifd changes: I have built r44915 otherwise updated, but with the last two commits removed from netifd, and ipv6 routing works again. So, the breakage is due to netifd. * after "add prelocal table to manipulate locally destinated"/3eea8576d48d9b20cc1c6b46f54c7345a39d1

[OpenWrt-Devel] Multiple OpenWrt devices collectively managed?

2015-03-21 Thread Janne Cederberg
Greetings all! Been searching around and found for example OpenWISP but thought I'd ask the list as well: is there some opensource management software for OpenWrt that could control a set of multiple OpenWrt AP's on the same SSID; so basically controlling their channels based on channel use and act

[OpenWrt-Devel] Interesting OpenWrt and Atheros job listing

2015-03-21 Thread valent.turko...@gmail.com
Hi, just stumbled upon this interesting job listing that is appropriate for people on this list: https://www.elance.com/j/outdoor-wireless-open-wrt-atheros-development/69183838/?backurl=aHR0cHM6Ly93d3cuZWxhbmNlLmNvbS9yL2pvYnMvcS1vcGVud3J0Lw== Hope somebody of you guys gets this and also that we g

Re: [OpenWrt-Devel] Why OpenWrt sucks?

2015-03-21 Thread valent.turko...@gmail.com
On 10 March 2015 at 21:26, Gergely Kiss wrote: > Hi Valent, > > first of all, I strongly disagree with people claiming that OpenWrt sucks > because it doesn't. For me it rather looks like a well-maintained, rapidly > improving project with a great number of actively supported hardware and > quite

Re: [OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT power button

2015-03-21 Thread John Crispin
Hi On 21/03/2015 06:06, wengbj wrote: > Signed-off-by: wengbj > --- > target/linux/ramips/dts/FIREWRT.dts |5 + > 1 file changed, 5 insertions(+) > > diff --git a/target/linux/ramips/dts/FIREWRT.dts > b/target/linux/ramips/dts/FIREWRT.dts > index 54f0e55..2b018e6 100644 > --- a/target/

Re: [OpenWrt-Devel] [PATCH 2/2] ralink: MT7621 add i2c controller driver on linux kernel 3.18

2015-03-21 Thread John Crispin
Hi, please see comments inline. also please the checkpatch.pl script on this patch before sending a V2 John On 21/03/2015 06:06, wengbj wrote: > ralink i2c driver is not working on MT7621 platform. Porting a new drivers > from MTK's source code. > > Signed-off-by: wengbj > --- > .../

Re: [OpenWrt-Devel] [PATCH] ar71xx: add support for the UniFi AP Outdoor Plus

2015-03-21 Thread Sergey Ryazanov
2015-03-21 12:16 GMT+03:00 Stefan Rompf : > -The RF filter is controlled by the GPIO pins on the AR928x wifi chip via some > kind of serial protocol. > -The functions responsible for the filter are ath_hal_hsr_init(), called once > on initialisation, ath_hal_hsr_disable() and ath_hal_hsr_enable() o

Re: [OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT power button

2015-03-21 Thread Rafał Miłecki
On 21 March 2015 at 06:06, wengbj wrote: > Signed-off-by: wengbj > --- > target/linux/ramips/dts/FIREWRT.dts |5 + > 1 file changed, 5 insertions(+) > > diff --git a/target/linux/ramips/dts/FIREWRT.dts > b/target/linux/ramips/dts/FIREWRT.dts > index 54f0e55..2b018e6 100644 > --- a/targe

Re: [OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT power button

2015-03-21 Thread John Crispin
On 21/03/2015 23:15, Rafał Miłecki wrote: > On 21 March 2015 at 06:06, wengbj wrote: >> Signed-off-by: wengbj >> --- >> target/linux/ramips/dts/FIREWRT.dts |5 + >> 1 file changed, 5 insertions(+) >> >> diff --git a/target/linux/ramips/dts/FIREWRT.dts >> b/target/linux/ramips/dts/FIRE

Re: [OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT power button

2015-03-21 Thread Rafał Miłecki
On 21 March 2015 at 23:18, John Crispin wrote: > > > On 21/03/2015 23:15, Rafał Miłecki wrote: >> On 21 March 2015 at 06:06, wengbj wrote: >>> Signed-off-by: wengbj >>> --- >>> target/linux/ramips/dts/FIREWRT.dts |5 + >>> 1 file changed, 5 insertions(+) >>> >>> diff --git a/target/linu

Re: [OpenWrt-Devel] Multiple OpenWrt devices collectively managed?

2015-03-21 Thread valent.turko...@gmail.com
On 21 March 2015 at 15:49, Janne Cederberg wrote: > Greetings all! > Been searching around and found for example OpenWISP but thought I'd > ask the list as well: is there some opensource management software for > OpenWrt that could control a set of multiple OpenWrt AP's on the same > SSID; so basi

[OpenWrt-Devel] ptrace and pselect

2015-03-21 Thread Drasko DRASKOVIC
Hi all, I installed `mosquitto` via `opkg` on BarrierBreaker, and I am getting: root@WEIO:~# mosquitto_pub -h test.mosquitto.org -t temp/random -m 40 mosquitto_pub: can't resolve symbol 'pselect' Then I wnated to see what's happening, and I installed `strace`, but I am getting: root@WEIO:~# strac

Re: [OpenWrt-Devel] [PATCH 1/2] ralink: add FireWRT power button

2015-03-21 Thread John Crispin
On 22/03/2015 00:31, Rafał Miłecki wrote: > On 21 March 2015 at 23:18, John Crispin wrote: >> >> >> On 21/03/2015 23:15, Rafał Miłecki wrote: >>> On 21 March 2015 at 06:06, wengbj wrote: Signed-off-by: wengbj --- target/linux/ramips/dts/FIREWRT.dts |5 + 1 file cha