Re: [OpenWrt-Devel] [PATCH] kernel: Move some DSA config options to generic config

2019-05-27 Thread Linus Walleij
On Sun, May 26, 2019 at 11:46 PM Hauke Mehrtens wrote: > On 5/24/19 11:09 PM, Linus Walleij wrote: > > Hi Hauke, > > > > this patch regresses my Gemini systems because I really need these switches > > to come up and this patch: > > Sorry Linus, > > I didn't know that they are needed, I assumed

Re: [OpenWrt-Devel] [PATCH] kernel: Move some DSA config options to generic config

2019-05-26 Thread Hauke Mehrtens
On 5/24/19 11:09 PM, Linus Walleij wrote: > Hi Hauke, > > this patch regresses my Gemini systems because I really need these switches > to come up and this patch: Sorry Linus, I didn't know that they are needed, I assumed that they were accidentally added for the gemini target, on the ath79

Re: [OpenWrt-Devel] [PATCH] kernel: Move some DSA config options to generic config

2019-05-24 Thread Linus Walleij
Hi Hauke, this patch regresses my Gemini systems because I really need these switches to come up and this patch: On Sun, May 12, 2019 at 7:32 PM Hauke Mehrtens wrote: > diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19 > CONFIG_NET_DSA=y > -#

[OpenWrt-Devel] [PATCH] kernel: Move some DSA config options to generic config

2019-05-12 Thread Hauke Mehrtens
This moves some new configuration options to the generic kernel configuration instead of configuring them for each target on our own. Signed-off-by: Hauke Mehrtens --- target/linux/gemini/config-4.19 | 4 target/linux/generic/config-4.19 | 4 target/linux/imx6/config-4.19| 3 ---