projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa2df0e
)
Disable crashlog for UML
author
Steven Barth
<cyrus@openwrt.org>
Thu, 12 Jun 2014 11:34:44 +0000
(11:34 +0000)
committer
Steven Barth
<cyrus@openwrt.org>
Thu, 12 Jun 2014 11:34:44 +0000
(11:34 +0000)
SVN-Revision: 41153
config/Config-kernel.in
patch
|
blob
|
history
diff --git
a/config/Config-kernel.in
b/config/Config-kernel.in
index a4a45b4048c86c41b651c8e12ba9eadcc8c53b20..06788d6a0f46e9cdd261ad863397e2cd3e4ef937 100644
(file)
--- 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