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 umdns browse before an

[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 configuratio

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? .. crazy?" then its > lik

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 > ateworks&dataflt%5

[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 suppor

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 > +++ b/target/linux/imx6/files-4.

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 history. > > About a year ago, usin

[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 src-gi

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 Lede-dev@

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 > > > > ___ >

Re: [LEDE-DEV] [PATCH] kernel: Add iTCO_wdt watchdog timer module support

2017-03-13 Thread Philip Prindeville
Did you look at: https://github.com/openwrt/openwrt/pull/326 it might be easier just to cherry-pick this in. > On Mar 11, 2017, at 3:48 PM, mich...@michaelmarley.com wrote: > > From: Michael Marley > > This supports the Intel TCO Watchdog Timer Device, which has been > nearly ubiquitous in I

Re: [LEDE-DEV] [PATCH] kernel: Add iTCO_wdt watchdog timer module support

2017-03-13 Thread Michael Marley
CONFIG_ITCO_WDT is actually already set to "y" in LEDE's current kernel configuration, but it seems that some dependency is getting compiled as a module, also forcing iTCO_wdt to be compiled as a module. Felix said to just build it into the kernel anyway, which I plan to do, but I haven't had

[LEDE-DEV] Forum downtime - occurring now

2017-03-13 Thread Ted Hess
Hi all - The forum system (https://forum.lede-project.org) on Digital Ocean is going down for an urgent storage expansion operation and (not urgent) software upgrade. I will keep the outage as short as possible and keep the outage to a minimum until the expansion is complete. Sorry for the s

[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] [PATCH] mac80211: Fix race condition leading to wifi interfaces not coming up at boot sometimes.

2017-03-13 Thread Vittorio G (VittGam)
If you're wondering where the -ENFILE error comes from... At first I thought it was obviously related to fs.file-max that defaults to "just" 8192. But it was not. It took me a while to figure out that the error came from here instead... https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li

[LEDE-DEV] Problem with console without console=ttyS0 bootarg

2017-03-13 Thread Rafał Miłecki
My current DTS file contains following entry: bootargs = "console=ttyS0,115200" and it works in a following way: Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [9.320212] procd: - early - [9.323174] pro