summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-06-12 11:34:44 +0000
committerSteven Barth <cyrus@openwrt.org>2014-06-12 11:34:44 +0000
commite64f122023518a83f3ac2bceef9f8abb3de39653 (patch)
tree38a0cba1f15b07cc20f116e525c26583d01efb73 /config
parentfa2df0e8c7cc6870412d72ea76c3ef531189a0a0 (diff)
downloadmtk-20170518-e64f122023518a83f3ac2bceef9f8abb3de39653.zip
mtk-20170518-e64f122023518a83f3ac2bceef9f8abb3de39653.tar.gz
mtk-20170518-e64f122023518a83f3ac2bceef9f8abb3de39653.tar.bz2
Disable crashlog for UML
SVN-Revision: 41153
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index a4a45b4..06788d6 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -10,7 +10,7 @@ config KERNEL_PRINTK
config KERNEL_CRASHLOG
bool "Crash logging"
- depends on !(arm || powerpc || sparc)
+ depends on !(arm || powerpc || sparc || TARGET_uml)
default y
config KERNEL_SWAP