The Realtek 8169 driver is needed by the Minnowboard MAX, one of the
boards we currently support, since some of our images do not contain
modules by default, the network isnt working on genericx86, genericx86-64
and intel-core2-32 (meta-intel) when no modules are installed.

This patch fixes network on images not containing modules when
using the previously mentioned MACHINES for this board.

Signed-off-by: Alejandro Hernandez <alejandro.hernan...@linux.intel.com>
---
 bsp/common-pc/common-pc-eth.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsp/common-pc/common-pc-eth.cfg b/bsp/common-pc/common-pc-eth.cfg
index 08e702b..b221844 100644
--- a/bsp/common-pc/common-pc-eth.cfg
+++ b/bsp/common-pc/common-pc-eth.cfg
@@ -14,5 +14,5 @@ CONFIG_PCNET32=y
 CONFIG_NET_VENDOR_REALTEK=y
 CONFIG_8139CP=m
 CONFIG_8139TOO=m
-CONFIG_R8169=m
+CONFIG_R8169=y
 CONFIG_ATL1E=m
-- 
2.9.3

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to