From: hcg Date: Wed, 6 Oct 2010 09:40:00 +0000 (+0000) Subject: kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=04afc8166764274ceb635550ba30a5c245e83877;p=openwrt.git kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour of memblock. microblaze, sh, arm, sparc and powerpc only have memblock. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23269 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic/patches-2.6.36/930-crashlog.patch b/target/linux/generic/patches-2.6.36/930-crashlog.patch index fcffa1db0a..d729ea5ffb 100644 --- a/target/linux/generic/patches-2.6.36/930-crashlog.patch +++ b/target/linux/generic/patches-2.6.36/930-crashlog.patch @@ -21,7 +21,7 @@ +config CRASHLOG + bool "Crash logging" -+ depends on !NO_BOOTMEM ++ depends on !NO_BOOTMEM && !HAVE_MEMBLOCK + config BLK_DEV_INITRD bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"