diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-20 01:54:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-20 01:54:21 +0000 |
commit | 9c687694001b07d7bac5810ca7156a188ba4c6bc (patch) | |
tree | 88075b0b4d23ecd001302c2b13b8ecac4ea991e8 /target/linux/generic/config-2.6.33 | |
parent | 211bacfc879c4cb732812e7bda1552114db8e50f (diff) | |
download | upstream-9c687694001b07d7bac5810ca7156a188ba4c6bc.tar.gz upstream-9c687694001b07d7bac5810ca7156a188ba4c6bc.tar.bz2 upstream-9c687694001b07d7bac5810ca7156a188ba4c6bc.zip |
kernel: add the new 'crashlog' feature, which tries to store kernel oops/panic logs in a fixed location in RAM to recover them after the reboot and make them available to user space using debugfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22305 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/config-2.6.33')
-rw-r--r-- | target/linux/generic/config-2.6.33 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-2.6.33 b/target/linux/generic/config-2.6.33 index fb8ac7a5a1..d39dd6feab 100644 --- a/target/linux/generic/config-2.6.33 +++ b/target/linux/generic/config-2.6.33 @@ -357,6 +357,7 @@ CONFIG_CONSTRUCTORS=y # CONFIG_CPU_IDLE is not set # CONFIG_CRAMFS is not set # CONFIG_CRASH_DUMP is not set +CONFIG_CRASHLOG=y # CONFIG_CRC16 is not set CONFIG_CRC32=y # CONFIG_CRC7 is not set |