From: Hauke Mehrtens Date: Sat, 15 Jun 2013 10:57:34 +0000 (+0200) Subject: backports: add NET_CORE config option X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01d7e21c43c0255a0f107b18ce05b2350f561f84;p=openwrt%2Fstaging%2Fblogic.git backports: add NET_CORE config option 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 --- diff --git a/backport/Kconfig b/backport/Kconfig index d3426478e47d..c465ad1d25b4 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