Upstream commit 01d7e21c43c0255a0f107b18ce05b2350f561f84 NET_CORE was added with kernel 3.2 and before this patch no Ethernet driver was build on older kernel versions. Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> --- backport/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backport/Kconfig b/backport/Kconfig index d342647..c465ad1 100644 --- a/backport/Kconfig +++ b/backport/Kconfig @@ -17,6 +17,8 @@ source Kconfig.versions # some hacks ... config WIRELESS def_bool y +config NET_CORE + def_bool y config EXPERT def_bool y -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html