[Buildroot] [PATCH] board: solidrun_clearfog_gt_8k: fix auto-load of dsa driver

Sergey Matyukevich geomatsi at gmail.com
Mon Sep 23 08:21:51 UTC 2019


> Commit 5facee5cc32b ("configs/solidrun_clearfog_gt_8k: bump versions of
> BSP components") broke automatic load of the mv88e6xxx dsa driver. The
> kernel configuration makes the driver a module, which is not loaded
> automatically at boot. Mark mv88e6xxx dependencies built-it to fix that.
> 
> Cc: Sergey Matyukevich <geomatsi at gmail.com>
> Signed-off-by: Baruch Siach <baruch at tkos.co.il>
> ---
>  board/solidrun/clearfog_gt_8k/linux-extras.config | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/board/solidrun/clearfog_gt_8k/linux-extras.config b/board/solidrun/clearfog_gt_8k/linux-extras.config
> index bce2a2e9d20c..24f4f5542555 100644
> --- a/board/solidrun/clearfog_gt_8k/linux-extras.config
> +++ b/board/solidrun/clearfog_gt_8k/linux-extras.config
> @@ -1,4 +1,6 @@
>  CONFIG_MARVELL_PHY=y
>  CONFIG_SFP=y
> +CONFIG_IPV6=y
> +CONFIG_BRIDGE=y
>  CONFIG_NET_DSA=y
>  CONFIG_NET_DSA_MV88E6XXX=y

Hi Baruch,

Thanks for testing and fixing Clearfog 8K board !

Reviewed-by: Sergey Matyukevich <geomatsi at gmail.com>

Regards,
Sergey



More information about the buildroot mailing list