diff --git a/target/linux/generic/patches-3.3/930-crashlog.patch b/target/linux/generic/patches-3.3/930-crashlog.patch index d0ff75230..aef0085b1 100644 --- a/target/linux/generic/patches-3.3/930-crashlog.patch +++ b/target/linux/generic/patches-3.3/930-crashlog.patch @@ -26,7 +26,7 @@ +config CRASHLOG + bool "Crash logging" -+ depends on !NO_BOOTMEM || HAVE_MEMBLOCK ++ depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !ARM + config BLK_DEV_INITRD bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"