Author: ward
Date: 2007-09-12 22:25:06 +0200 (Wed, 12 Sep 2007)
New Revision: 31

Modified:
   buildrom-devel/Config.in
Log:

Automatically disable LZMA compression for FILO, as it breaks that payload.

Signed-off-by: Ward Vandewege <[EMAIL PROTECTED]>
Acked-by: Jordan Crouse <[EMAIL PROTECTED]>



Modified: buildrom-devel/Config.in
===================================================================
--- buildrom-devel/Config.in    2007-09-12 19:50:00 UTC (rev 30)
+++ buildrom-devel/Config.in    2007-09-12 20:25:06 UTC (rev 31)
@@ -10,7 +10,7 @@
        bool "See the build output on stdout"
        default n
        help
-         See the entire build output on stdout.  Otherwise, it will
+         See the entire build output on stdout. Otherwise, it will
          be saved off in a series of logs
 
 config ADVANCED
@@ -24,10 +24,11 @@
 config USE_LZMA
        bool "Enable LZMA compression"
        depends !PAYLOAD_OFW
+       depends !PAYLOAD_FILO
        default y
        help
-         Allow LZMA compression for the payload.  This doesn't work
-         for OFW.
+         Allow LZMA compression for the payload. This doesn't work
+         for FILO or OFW. 
 
 
 config LB_USE_BUILD


-- 
linuxbios mailing list
[email protected]
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to