diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-21 15:02:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-07-21 15:02:53 +0000 |
commit | b80f2ac0369dfb116e787412e2aab6e0f5f3a11a (patch) | |
tree | 05fcb352b9fb0c9469e25486b72667857c1b6c2d /target/linux/uml/config | |
parent | 12a6034cab464bf63079909b7a9d4da0a34820f9 (diff) |
disable crash logging for uml, it cannot possibly work there anyway
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22326 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/config')
-rw-r--r-- | target/linux/uml/config/i386 | 1 | ||||
-rw-r--r-- | target/linux/uml/config/x86_64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/uml/config/i386 b/target/linux/uml/config/i386 index 2890d1bac..484e3c649 100644 --- a/target/linux/uml/config/i386 +++ b/target/linux/uml/config/i386 @@ -15,6 +15,7 @@ CONFIG_CLASSIC_RCU=y CONFIG_CON_CHAN="xterm" CONFIG_CON_ZERO_CHAN="fd:0,fd:1" CONFIG_CRAMFS=y +# CONFIG_CRASHLOG is not set # CONFIG_CRYPTO_AES_586 is not set # CONFIG_CRYPTO_SALSA20_586 is not set # CONFIG_CRYPTO_TWOFISH_586 is not set diff --git a/target/linux/uml/config/x86_64 b/target/linux/uml/config/x86_64 index 8ef700fe6..66c1c4b8d 100644 --- a/target/linux/uml/config/x86_64 +++ b/target/linux/uml/config/x86_64 @@ -13,6 +13,7 @@ CONFIG_BLK_DEV_UBD_SYNC=y CONFIG_CON_CHAN="xterm" CONFIG_CON_ZERO_CHAN="fd:0,fd:1" CONFIG_CRAMFS=y +# CONFIG_CRASHLOG is not set # CONFIG_CRYPTO_AES_NI_INTEL is not set # CONFIG_CRYPTO_AES_X86_64 is not set # CONFIG_CRYPTO_SALSA20_X86_64 is not set |