diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 10:49:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-16 10:49:11 +0200 |
commit | 2def8f45000122575ae5a4eeb932c18c27e0ce71 (patch) | |
tree | a4273d1697e3699a59f0e209e4894927c8b16d69 /target/linux | |
parent | 1b7d3a76da05162c455659c2619cdb4f60feb8d6 (diff) |
fix m68k bulk kernel build
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/config/Config.in.debug | 3 | ||||
-rw-r--r-- | target/linux/config/Config.in.network | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug index 50c173321..cea0198d1 100644 --- a/target/linux/config/Config.in.debug +++ b/target/linux/config/Config.in.debug @@ -90,7 +90,8 @@ config ADK_KPACKAGE_KMOD_OPROFILE prompt "kernel support for oprofile" tristate select ADK_KERNEL_PROFILING - depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX + depends on !ADK_LINUX_CRIS + depends on !ADK_LINUX_M68K default n help use oprofile package to make use of the kernel support. diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network index c0fae6e1e..00d05dcd4 100644 --- a/target/linux/config/Config.in.network +++ b/target/linux/config/Config.in.network @@ -4,6 +4,10 @@ config ADK_KERNEL_INET boolean default y +config ADK_KERNEL_NET_CORE + boolean + default y + config ADK_KERNEL_IP_FIB_HASH boolean default y |