kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour...
authorHamish Guthrie <hcg@openwrt.org>
Wed, 6 Oct 2010 09:40:00 +0000 (09:40 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Wed, 6 Oct 2010 09:40:00 +0000 (09:40 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23269 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/generic/patches-2.6.36/930-crashlog.patch

index fcffa1d..d729ea5 100644 (file)
@@ -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"