Просмотр исходного кода

crashlog depends on BOOTMEM

SVN-Revision: 22541
Florian Fainelli 15 лет назад
Родитель
Сommit
083ff78000

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

@@ -15,12 +15,13 @@
 +#endif
 --- a/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
  	  of the network stack.
  
 +config CRASHLOG
 +	bool "Crash logging"
++	depends on !NO_BOOTMEM
 +
  config BLK_DEV_INITRD
  	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"

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

@@ -15,12 +15,13 @@
 +#endif
 --- a/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
  	  of the network stack.
  
 +config CRASHLOG
 +	bool "Crash logging"
++	depends on !NO_BOOTMEM
 +
  config BLK_DEV_INITRD
  	bool "Initial RAM filesystem and RAM disk (initramfs/initrd) support"