Re: [LEDE-DEV] [PATCH] imx6: add support for GW5904

2017-03-13 Thread Tim Harvey
On Fri, Mar 10, 2017 at 10:37 AM, Thomas Endt wrote: > Just curious: Why is the GW5904 not listed on http://www.gateworks.com/? > I'm searching for technical data to include in the Table of Hardware > (https://lede-project.org/toh/views/toh_minimal_all?dataflt%5BBrand*%7E%5D=g >

[LEDE-DEV] [RFC] Disable 802.11b rates by default and set supported/basic rates appropriately for 2.4 GHz BSSes based on require_mode

2017-03-13 Thread Nick Lowe
Disable 802.11b rates by default and set supported/basic rates appropriately for 2.4 GHz BSSes based on require_mode. The require_mode option can currently be configured to a value of g or n for 2.4 GHz BSSes or n or ac for 5 GHz BSSes to set the minimum mode that connecting clients need to

Re: [LEDE-DEV] [PATCH umdns 0/3] Stop storing hosts as services

2017-03-13 Thread John Crispin
On 10/03/17 08:59, Rafał Miłecki wrote: From: Rafał Miłecki I find storing hosts as services a bit confusing & making code a bit more complex by requiring extra checks. This patchset shouldn't change any behavior. I verified it by doing: ubus call umdns hosts ubus call

[LEDE-DEV] [PATCH] libnl: Fix building with uClibc

2017-03-13 Thread Alexey Brodkin
uClibc doesn't implement strerror_l() and thus libnl starting from 3.2.29 couldn't be compiled with it any longer, see https://github.com/thom311/libnl/commit/6c2d77e91184073c44f83d4a6182aaba06d7 To work-around that problem we'll just do a check on strerror_l() availability during

Re: [LEDE-DEV] [PATCH odhcpd] dhcpv6-ia: add option for dhcpv6 privacy address

2017-03-13 Thread Paul Oranje
> Op 12 mrt. 2017, om 18:31 heeft Eric Luehrsen het > volgende geschreven: > > This discussion has really put some requirements and restrictions on > what I am trying to implement. I like that. Excuse my stream of > consciousness writing style, if you question "what?

Re: [LEDE-DEV] [RFC] Disable 802.11b rates by default and set supported/basic rates appropriately for 2.4 GHz BSSes based on require_mode

2017-03-13 Thread Nick Lowe
I have sent separately via GitHub. ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] using 464XLAT in LEDE (or OpenWRT)

2017-03-13 Thread Hans Dedecker
On Sun, Mar 12, 2017 at 12:24 AM, JORDI PALET MARTINEZ wrote: > Hi Hans, > > Thanks for your response. > > I’m now a bit more confused with your comment that it doesn’t work in LEDE, > because this afternoon, finally I got it working. > > Let me explain all the

[LEDE-DEV] [PATCH] mac80211: Fix race condition leading to wifi interfaces not coming up at boot sometimes.

2017-03-13 Thread Vittorio Gambaletta (VittGam)
In the drv_mac80211_setup function, mac80211_interface_cleanup is called to ask the kernel to delete all existing interfaces for the phy that is being configured via netlink. Later in the first function, mac80211_prepare_vif is called to set up the new interfaces as required. But sometimes, when

Re: [LEDE-DEV] Wrong feeds.conf.default on lede-sdk-17.01.0-rc2

2017-03-13 Thread Pau
Fine. Thank you. On 13/03/17 20:09, Jo-Philipp Wich wrote: > Hi Pau, > > the issue is known and has been fixed with 17.01.0 final, see > https://lede-project.org/releases/17.01/changelog-17.01.0-final#section501 > > Kind regards, > Jo > > > > ___

[LEDE-DEV] Wrong feeds.conf.default on lede-sdk-17.01.0-rc2

2017-03-13 Thread Pau
I downloaded the SDK [1] for 17.01.0-rc2 (ar71xx). The feeds.conf.default file does not seem to be correct, this is the content: src-git base https://git.lede-project.org/source.git;HEAD src-git packages https://git.lede-project.org/feed/packages.git^06198d9c8c1ba061a0a5d566545a5c0bbce2b0a4

Re: [LEDE-DEV] Wrong feeds.conf.default on lede-sdk-17.01.0-rc2

2017-03-13 Thread Jo-Philipp Wich
Hi Pau, the issue is known and has been fixed with 17.01.0 final, see https://lede-project.org/releases/17.01/changelog-17.01.0-final#section501 Kind regards, Jo signature.asc Description: OpenPGP digital signature ___ Lede-dev mailing list

Re: [LEDE-DEV] [PATCH] imx6: add support for GW5904

2017-03-13 Thread Rafał Miłecki
On 10 March 2017 at 16:01, Tim Harvey wrote: > diff --git > a/target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi > b/target/linux/imx6/files-4.9/arch/arm/boot/dts/imx6qdl-gw5904.dtsi > new file mode 100644 > index 000..4503f2c > --- /dev/null > +++