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

Linus Walleij linus.walleij at linaro.org
Fri May 24 17:09:38 EDT 2019


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 <hauke at hauke-m.de> wrote:

> diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19

>  CONFIG_NET_DSA=y
> -# CONFIG_NET_DSA_LEGACY is not set
> -CONFIG_NET_DSA_REALTEK_SMI=y
> -CONFIG_NET_DSA_VITESSE_VSC73XX=y

Deletes my selected DSA switches and:

> +# CONFIG_NET_DSA_REALTEK_SMI is not set
>  # CONFIG_NET_DSA_SMSC_LAN9303_I2C is not set
>  # CONFIG_NET_DSA_SMSC_LAN9303_MDIO is not set
>  # CONFIG_NET_DSA_TAG_DSA is not set
>  # CONFIG_NET_DSA_TAG_EDSA is not set
> +# CONFIG_NET_DSA_VITESSE_VSC73XX is not set

Adds them to the generic config as "not set" (disabled).

It seems this needs to be partially reverted for Gemini to work,
but not completely.

Yours,
Linus Walleij

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list