Add the 8139*, R8169, and ATL1E drivers per popular demand. Signed-off-by: Darren Hart <[email protected]> --- .../kernel-cache/bsp/common-pc/common-pc-eth.cfg | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg index 94ca90a..c687f8a 100644 --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc-eth.cfg @@ -10,3 +10,9 @@ CONFIG_NET_VENDOR_INTEL=y CONFIG_E1000=m CONFIG_NET_VENDOR_AMD=y CONFIG_PCNET32=m +CONFIG_NET_VENDOR_REALTEK=y +CONFIG_8139CP=m +CONFIG_8139TOO=m +CONFIG_R8169=m +CONFIG_NET_VENDOR_ATHEROS=y +CONFIG_ATL1E=m -- 1.7.9.5 _______________________________________________ linux-yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/linux-yocto
