Author: bli
Date: 2007-12-03 18:32:25 -0600 (Mon, 03 Dec 2007)
New Revision: 4362
Modified:
branches/4.0.x/initrd_source/patches/busybox.standard.config
Log:
Fix to get around "tar: Unknown typeflag: 0x4c" issue when imaging ppc64-ps3 clients
Modified: branches/4.0.x/initrd_source/patches/busybox.standard.config
===================================================================
--- branches/4.0.x/initrd_source/patches/busybox.standard.config 2007-12-03 22:03:16 UTC (rev 4361)
+++ branches/4.0.x/initrd_source/patches/busybox.standard.config 2007-12-04 00:32:25 UTC (rev 4362)
@@ -88,7 +88,7 @@
CONFIG_FEATURE_TAR_GZIP=y
# CONFIG_FEATURE_TAR_COMPRESS is not set
# CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY is not set
-# CONFIG_FEATURE_TAR_GNU_EXTENSIONS is not set
+CONFIG_FEATURE_TAR_GNU_EXTENSIONS=y
# CONFIG_FEATURE_TAR_LONG_OPTIONS is not set
# CONFIG_UNCOMPRESS is not set
# CONFIG_UNLZMA is not set
|