That last patch was silly, this is the proper way to disable lzma.

Thanks,
Ward.

-- 
Ward Vandewege <[EMAIL PROTECTED]>
Free Software Foundation - Senior System Administrator
Automatically disable LZMA compression for FILO, as it breaks that payload.

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

Index: Config.in
===================================================================
--- Config.in	(revision 17)
+++ Config.in	(working copy)
@@ -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
linuxbios@linuxbios.org
http://www.linuxbios.org/mailman/listinfo/linuxbios

Reply via email to