[LEDE-DEV] Monitor Mode for Raspberry Pi 3

2017-04-06 Thread Carlos Ferreira
Hello to all. Can anyone tell me if the Raspberry Pi 3 wireless module is capable of entering in monitor mode? I have been reading some documentation related to the Broadcom 43430 fullmac firmware at https://wireless.wiki.kernel.org/en/users/drivers/brcm80211 but I could not understand if monitor

[LEDE-DEV] [Issue - LEDE 17.01]: Cannot satisfy the following dependencies for kmod-ipt-nflog

2017-04-06 Thread Carlos Ferreira
Hello! Upon selecting iptables-mod-nfqueue and iptables-mod-nflog, LEDE 17.01 no longer builds. The following error occours: Collected errors: * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-ipt-nflog: * kmod-nfnetlink * * opkg_install_cmd: Cannot install packag

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-06-02 Thread Carlos Ferreira
@Mirko and @Bill I had the same thoughts in the past. OpenWRt has evolved into a much more diverse and generic embedded development environment. It no longer serves only the Wireless community interests or used just in Wireless Routers. It goes much beyond that. Also, in my opinion, LEDE would b

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-06-04 Thread Carlos Ferreira
Julian, thank you for the correction. I truly thought that WRT was from Wireless Router. I stand corrected :) Bill, I understand that it would be a risk to change the name. I don't mind that the project continues to use the OpenWRT brand. I just was pointing out that it doesn't truly reflects what

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-06-04 Thread Carlos Ferreira
I understand that and I had no intention to restart such discussion. I'm sorry if what I wrote was misinterpreted as such. I didn't mean to. On 5 June 2017 at 02:08, David Lang wrote: > the vote on the name was held several months ago, please stop trying to > re-do the vote just because it didn

Re: [LEDE-DEV] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-06 Thread Carlos Ferreira
Hi Daniel, I would like to ask you if the Vehicular networks is something that could also be added in the future to this project of yours. I mean, there's already alot of development towards 802.11p / DSRC / WAVE. The linux kernel already supports OCB but despite the existent work towards providin

[LEDE-DEV] GCC: std::exception_ptr is missing on architectures with incomplete atomic int support

2017-02-21 Thread Carlos Ferreira
Hello! There's an issue with the stdlibc++ which prevents the Boost.Context package from compiling. It seems the stdlibc++ versions until 7.0 are not implementing the exception_ptr if the target architecture does not support ATOMIC_INT_LOCK_FREE >= 2. The bug reports can be found here: -> https:/

Re: [LEDE-DEV] Drumming up more interest in LEDE

2017-03-03 Thread Carlos Ferreira
g theory books, blogs and mailing lists. It's a continuous process. Not everyone is capable of accepting this. That is why there are so few embedded devs when compared to web development. -- Carlos Ferreira On 3 March 2017 at 16:55, Mauro Mozzarelli wrote: > I have been trying to make a

[LEDE-DEV] Dependency issues on custom packages and USE_MUSL visibility

2016-10-09 Thread Carlos Ferreira
Hello! I'm having some issues regarding the implementation of new package options, due to their peculiar dependencies. I'm trying to implement a configuration option, which should exist only if the package libbz2 is selected. I understand that to do this, I should have something like this: co