diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-26 11:49:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-26 11:49:25 +0000 |
commit | 4e80f252de33a6fa900d4a4691da9d45ac3c8f89 (patch) | |
tree | 13d91ecce089a39d67fe50ea39d8204ec0a20329 /target | |
parent | 547d1e70860eb290c42db3c97253e9be8d8280cd (diff) | |
download | master-187ad058-4e80f252de33a6fa900d4a4691da9d45ac3c8f89.tar.gz master-187ad058-4e80f252de33a6fa900d4a4691da9d45ac3c8f89.tar.bz2 master-187ad058-4e80f252de33a6fa900d4a4691da9d45ac3c8f89.zip |
x86: disable crashlog, ioremap of RAM does not work properly here
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28599 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/x86/config-default | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/config-default b/target/linux/x86/config-default index 93a66b0b63..b608b85d68 100644 --- a/target/linux/x86/config-default +++ b/target/linux/x86/config-default @@ -72,6 +72,7 @@ CONFIG_CPU_IDLE_GOV_LADDER=y # CONFIG_CPU_SUP_INTEL is not set # CONFIG_CPU_SUP_TRANSMETA_32 is not set # CONFIG_CPU_SUP_UMC_32 is not set +# CONFIG_CRASHLOG is not set # CONFIG_CS5535_GPIO is not set # CONFIG_GPIO_CS5535 is not set # CONFIG_CS89x0 is not set |