crashlog depends on BOOTMEM
authorFlorian Fainelli <florian@openwrt.org>
Sun, 8 Aug 2010 20:00:52 +0000 (20:00 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 8 Aug 2010 20:00:52 +0000 (20:00 +0000)
SVN-Revision: 22541

target/linux/generic/patches-2.6.34/930-crashlog.patch
target/linux/generic/patches-2.6.35/930-crashlog.patch

index ab6f542714cba26a98e9cc62dbc6572c90276b7b..be6a51aed70cd3e2738fc705817d22a76b057d09 100644 (file)
 +#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"
index 4a6a89bc11a61a51a8cfcf8c6056388308276a92..a927392b9ef46eff553a0c62434b2419ada01a99 100644 (file)
 +#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"