diff options
Diffstat (limited to 'target/linux/generic')
| -rw-r--r-- | target/linux/generic/patches-3.6/930-crashlog.patch | 2 | ||||
| -rw-r--r-- | target/linux/generic/patches-3.7/930-crashlog.patch | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/target/linux/generic/patches-3.6/930-crashlog.patch b/target/linux/generic/patches-3.6/930-crashlog.patch index 41afaee07..8c1a18a5d 100644 --- a/target/linux/generic/patches-3.6/930-crashlog.patch +++ b/target/linux/generic/patches-3.6/930-crashlog.patch @@ -26,7 +26,7 @@  +config CRASHLOG  +	bool "Crash logging" -+	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !(ARM || SPARC) ++	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !(ARM || SPARC || PPC)  +   config BLK_DEV_INITRD   	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" diff --git a/target/linux/generic/patches-3.7/930-crashlog.patch b/target/linux/generic/patches-3.7/930-crashlog.patch index a58a13bae..a241c45e8 100644 --- a/target/linux/generic/patches-3.7/930-crashlog.patch +++ b/target/linux/generic/patches-3.7/930-crashlog.patch @@ -26,7 +26,7 @@  +config CRASHLOG  +	bool "Crash logging" -+	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !(ARM || SPARC) ++	depends on (!NO_BOOTMEM || HAVE_MEMBLOCK) && !(ARM || SPARC || PPC)  +   config BLK_DEV_INITRD   	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support" | 
