From: Baruch Siach Date: Mon, 23 Sep 2019 07:30:43 +0000 (+0300) Subject: board/solidrun/clearfog_gt_8k: fix auto-load of dsa driver X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0864b16dccda6289a5e35633b888c284f35e2137;p=buildroot.git board/solidrun/clearfog_gt_8k: fix auto-load of dsa driver 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 Signed-off-by: Baruch Siach Reviewed-by: Sergey Matyukevich Signed-off-by: Thomas Petazzoni --- diff --git a/board/solidrun/clearfog_gt_8k/linux-extras.config b/board/solidrun/clearfog_gt_8k/linux-extras.config index bce2a2e9d2..24f4f55425 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