mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 10:10:47 +00:00
crashlog depends on BOOTMEM
SVN-Revision: 22541
This commit is contained in:
parent
35e7fc9c4b
commit
083ff78000
@ -15,12 +15,13 @@
|
|||||||
+#endif
|
+#endif
|
||||||
--- a/init/Kconfig
|
--- a/init/Kconfig
|
||||||
+++ b/init/Kconfig
|
+++ b/init/Kconfig
|
||||||
@@ -715,6 +715,9 @@ config NET_NS
|
@@ -715,6 +715,10 @@ config NET_NS
|
||||||
Allow user space to create what appear to be multiple instances
|
Allow user space to create what appear to be multiple instances
|
||||||
of the network stack.
|
of the network stack.
|
||||||
|
|
||||||
+config CRASHLOG
|
+config CRASHLOG
|
||||||
+ bool "Crash logging"
|
+ bool "Crash logging"
|
||||||
|
+ depends on !NO_BOOTMEM
|
||||||
+
|
+
|
||||||
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"
|
||||||
|
@ -15,12 +15,13 @@
|
|||||||
+#endif
|
+#endif
|
||||||
--- a/init/Kconfig
|
--- a/init/Kconfig
|
||||||
+++ b/init/Kconfig
|
+++ b/init/Kconfig
|
||||||
@@ -749,6 +749,9 @@ config NET_NS
|
@@ -749,6 +749,10 @@ config NET_NS
|
||||||
Allow user space to create what appear to be multiple instances
|
Allow user space to create what appear to be multiple instances
|
||||||
of the network stack.
|
of the network stack.
|
||||||
|
|
||||||
+config CRASHLOG
|
+config CRASHLOG
|
||||||
+ bool "Crash logging"
|
+ bool "Crash logging"
|
||||||
|
+ depends on !NO_BOOTMEM
|
||||||
+
|
+
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user