changeset 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 b4c0d0f07ab0
children 866adfa9c63c
files sources/baseconfig-busybox
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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