On 12/09/07 16:16 -0400, Ward Vandewege wrote:
That last patch was silly, this is the proper way to disable lzma.
Acked-by: Jordan Crouse jordan.crouse@amd.com
Thanks, Ward.
-- Ward Vandewege ward@fsf.org Free Software Foundation - Senior System Administrator
Automatically disable LZMA compression for FILO, as it breaks that payload.
Signed-off-by: Ward Vandewege ward@gnu.org
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
be saved off in a series of logsSee the entire build output on stdout. Otherwise, it will
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