diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-06 02:02:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-08-06 02:02:21 +0000 |
commit | f9e20243f633b1f5bf70321f85e6ee5c9957f427 (patch) | |
tree | 7f4593ac9691dde77a2498a85b4913d3c1026517 | |
parent | be5052c19db80eb30a327aa93cae24f5d2083a88 (diff) | |
download | upstream-f9e20243f633b1f5bf70321f85e6ee5c9957f427.tar.gz upstream-f9e20243f633b1f5bf70321f85e6ee5c9957f427.tar.bz2 upstream-f9e20243f633b1f5bf70321f85e6ee5c9957f427.zip |
[kernel] explicitely enable bootmem on 2.6.35 - required by crashlog (#7695)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22506 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-2.6.35 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-2.6.35 b/target/linux/generic/config-2.6.35 index 52c2ddea85..ea27b4d9f3 100644 --- a/target/linux/generic/config-2.6.35 +++ b/target/linux/generic/config-2.6.35 @@ -1715,7 +1715,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_UTF8 is not set -CONFIG_NO_BOOTMEM=y +# CONFIG_NO_BOOTMEM is not set # CONFIG_NO_HZ is not set # CONFIG_NOP_USB_XCEIV is not set # CONFIG_NORTEL_HERMES is not set |