summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2013-06-15 12:57:34 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2013-07-12 00:03:17 +0200
commitb253920862f3a3ac0c5966d527e109d107eaae14 (patch)
tree748554207d307cfef3d217a72b1b91b76678a942
parent118891e546288cb7ab63f18c59954f25a9491c2c (diff)
backports: add NET_CORE config option
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@hauke-m.de>
-rw-r--r--backport/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/backport/Kconfig b/backport/Kconfig
index d3426478..c465ad1d 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