mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-18 08:37:05 +00:00
kernel: crashlog uses bootmem to allocate memory which is being deprecated in favour of memblock. microblaze, sh, arm, sparc and powerpc only have memblock.
SVN-Revision: 23269
This commit is contained in:
parent
8dc04c9018
commit
0dc830c8f1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user