[aadk-commits] qwell: branch uClinux/upstreamsync r311 - in /uClinux/branches/upstreamsync/u...

aadk-commits at lists.digium.com aadk-commits at lists.digium.com
Tue Apr 3 14:16:45 MST 2007


Author: qwell
Date: Tue Apr  3 16:16:44 2007
New Revision: 311

URL: http://svn.digium.com/view/aadk?view=rev&rev=311
Log:
Make sure we can actually create tarballs (gzip and bzip2)

Modified:
    uClinux/branches/upstreamsync/uClinux-dist/config/.config
    uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x

Modified: uClinux/branches/upstreamsync/uClinux-dist/config/.config
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/config/.config?view=diff&rev=311&r1=310&r2=311
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/config/.config (original)
+++ uClinux/branches/upstreamsync/uClinux-dist/config/.config Tue Apr  3 16:16:44 2007
@@ -450,11 +450,11 @@
 # CONFIG_USER_BUSYBOX_RPM2CPIO is not set
 # CONFIG_USER_BUSYBOX_RPM is not set
 CONFIG_USER_BUSYBOX_TAR=y
-# CONFIG_USER_BUSYBOX_FEATURE_TAR_CREATE is not set
-# CONFIG_USER_BUSYBOX_FEATURE_TAR_BZIP2 is not set
+CONFIG_USER_BUSYBOX_FEATURE_TAR_CREATE=y
+CONFIG_USER_BUSYBOX_FEATURE_TAR_BZIP2=y
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_LZMA is not set
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_FROM is not set
-# CONFIG_USER_BUSYBOX_FEATURE_TAR_GZIP is not set
+CONFIG_USER_BUSYBOX_FEATURE_TAR_GZIP=y
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_COMPRESS is not set
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_GNU_EXTENSIONS is not set

Modified: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x?view=diff&rev=311&r1=310&r2=311
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x (original)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x Tue Apr  3 16:16:44 2007
@@ -450,11 +450,11 @@
 # CONFIG_USER_BUSYBOX_RPM2CPIO is not set
 # CONFIG_USER_BUSYBOX_RPM is not set
 CONFIG_USER_BUSYBOX_TAR=y
-# CONFIG_USER_BUSYBOX_FEATURE_TAR_CREATE is not set
-# CONFIG_USER_BUSYBOX_FEATURE_TAR_BZIP2 is not set
+CONFIG_USER_BUSYBOX_FEATURE_TAR_CREATE=y
+CONFIG_USER_BUSYBOX_FEATURE_TAR_BZIP2=y
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_LZMA is not set
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_FROM is not set
-# CONFIG_USER_BUSYBOX_FEATURE_TAR_GZIP is not set
+CONFIG_USER_BUSYBOX_FEATURE_TAR_GZIP=y
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_COMPRESS is not set
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_OLDGNU_COMPATIBILITY is not set
 # CONFIG_USER_BUSYBOX_FEATURE_TAR_GNU_EXTENSIONS is not set



More information about the aadk-commits mailing list