Parcourir la source

disable crashlog on ARM platforms for the moment

It is currently badly broken on ARM, until fixed, disable it

SVN-Revision: 32926
Florian Fainelli il y a 13 ans
Parent
commit
c0561a42e7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      target/linux/generic/patches-3.3/930-crashlog.patch

+ 1 - 1
target/linux/generic/patches-3.3/930-crashlog.patch

@@ -26,7 +26,7 @@
  
  
 +config CRASHLOG
 +config CRASHLOG
 +	bool "Crash logging"
 +	bool "Crash logging"
-+	depends on !NO_BOOTMEM || HAVE_MEMBLOCK
++	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !ARM
 +
 +
  config BLK_DEV_INITRD
  config BLK_DEV_INITRD
  	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"
  	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"