Re: [LEDE-DEV] [PATCH] ramips: fix mt7620 sdhci OF match variable name

2018-02-24 Thread John Crispin
On 24/02/18 18:59, Marek BehĂșn wrote: The variable rt288x_wdt_match is not event present in the file the patch is creating, 4 lines above the variable is called mt7620_sdhci_match instead. Seems like someone forgot to change name of the variable when copying the OF definition code from

[LEDE-DEV] [PATCH] ramips: fix mt7620 sdhci OF match variable name

2018-02-24 Thread Marek BehĂșn
The variable rt288x_wdt_match is not event present in the file the patch is creating, 4 lines above the variable is called mt7620_sdhci_match instead. Seems like someone forgot to change name of the variable when copying the OF definition code from watchdog driver. Signed-off-by: Marek Behun

[LEDE-DEV] [PATCH] netifd: support DHCP sendopts as list options

2018-02-24 Thread Hans Dedecker
Support config in the form of add_list sendopts=router:10.10.10.2 add_list sendopts=nissrv:20.20.20.2 add_list sendopts=0x7D:abba This allows to configure sendopts having white spaces as option value Signed-off-by: Hans Dedecker ---

[LEDE-DEV] [PATCH] kernel: bump 4.4 to 4.4.117

2018-02-24 Thread Stijn Segers
This bumps the 4.4. kernel in master to 4.4.117. More Meltdown & Spectre mitigation. * Refresh patches. * Refresh x86/config for RETPOLINE. * Deleted 8049-PCI-layerscape-Add-fsl-ls2085a-pcie-compatible-ID.patch (accepted upstream) * Deleted 8050-PCI-layerscape-Fix-MSG-TLP-drop-setting.patch

[LEDE-DEV] [PATCH] kernel: update 17.01 kernel to 4.4.117

2018-02-24 Thread Stijn Segers
Compile-tested on: ar71xx, ramips/mt7621, x86/64 Run-tested on: ar71xx, x86/64 Signed-off-by: Stijn Segers --- include/kernel-version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index

[LEDE-DEV] [PATCH] kernel: generic: Fix skip GRO for foreign MAC address patches

2018-02-24 Thread Hauke Mehrtens
Somewhere in the kernel 4.9 migration process it looks like this patch was broken. The update should be done when a device is added to the bridge and when it gets removed, currently it is only done on the remove path twice which does not make any sense. I do not have a setup to test this now so

Re: [LEDE-DEV] mvebu to kernel 4.14

2018-02-24 Thread Hauke Mehrtens
On 02/17/2018 03:25 PM, Hauke Mehrtens wrote: > Hi, > > I would like to use kernel 4.14 by default on the mvebu target soon. > If you are aware of any regressions compared to kernel 4.9 then please > report them, now. > > I only have a Linksys device here for testing and I haven't tested the >