diff sources/baseconfig-busybox @ 1549:e5669b094e12

Add CONFIG_UNXZ because strace (in static-tools control image) is now only available as a tar.xz file.
author Rob Landley <rob@landley.net>
date Fri, 05 Oct 2012 21:19:22 -0500
parents e4f766efa39f
children c734d53d271a
line wrap: on
line diff
--- a/sources/baseconfig-busybox	Fri Oct 05 21:18:45 2012 -0500
+++ b/sources/baseconfig-busybox	Fri Oct 05 21:19:22 2012 -0500
@@ -17,6 +17,8 @@
 CONFIG_GZIP=y
 CONFIG_FEATURE_SEAMLESS_BZ2=y
 CONFIG_FEATURE_SEAMLESS_GZ=y
+CONFIG_UNXZ=y
+CONFIG_FEATURE_SEAMLESS_XZ=y
 
 CONFIG_TAR=y
 CONFIG_FEATURE_TAR_CREATE=y