[aadk-commits] qwell: uClinux/trunk r53 -
/uClinux/trunk/uClinux-dist/config/.config
aadk-commits at lists.digium.com
aadk-commits at lists.digium.com
Thu Nov 16 10:38:13 MST 2006
Author: qwell
Date: Thu Nov 16 11:38:13 2006
New Revision: 53
URL: http://svn.digium.com/view/aadk?view=rev&rev=53
Log:
Enable --exclude in tar (busybox).
I think there is a bug (upstream) associated with this, however.
We tried to enable the CONFIG_USER_BUSYBOX_TAR_EXCLUDE option a few days ago,
and for some reason, it wasn't enabling the option. I found that I had
CONFIG_USER_BUSYBOX_TAR_FROM and CONFIG_USER_BUSYBOX_TAR_GNU_LONG_OPTIONS
enabled here, and it worked fine. I think that CONFIG_USER_BUSYBOX_TAR_FROM
enables the generic exclude option (and
CONFIG_USER_BUSYBOX_TAR_GNU_LONG_OPTIONS) enables the longer --exclude option.
I guess I need to report that upstream.
Modified:
uClinux/trunk/uClinux-dist/config/.config
Modified: uClinux/trunk/uClinux-dist/config/.config
URL: http://svn.digium.com/view/aadk/uClinux/trunk/uClinux-dist/config/.config?view=diff&rev=53&r1=52&r2=53
==============================================================================
--- uClinux/trunk/uClinux-dist/config/.config (original)
+++ uClinux/trunk/uClinux-dist/config/.config Thu Nov 16 11:38:13 2006
@@ -742,9 +742,9 @@
CONFIG_USER_BUSYBOX_TAR_GZIP=y
CONFIG_USER_BUSYBOX_TAR_BZIP2=y
# CONFIG_USER_BUSYBOX_TAR_COMPRESS is not set
-# CONFIG_USER_BUSYBOX_TAR_FROM is not set
+CONFIG_USER_BUSYBOX_TAR_FROM=y
# CONFIG_USER_BUSYBOX_TAR_GNU_EXTENSIONS is not set
-# CONFIG_USER_BUSYBOX_TAR_LONG_OPTIONS is not set
+CONFIG_USER_BUSYBOX_TAR_LONG_OPTIONS=y
# CONFIG_USER_BUSYBOX_TAR_OLDGNU_COMPATABILITY is not set
CONFIG_USER_BUSYBOX_TEE=y
# CONFIG_USER_BUSYBOX_TEE_USE_BLOCK_IO is not set
More information about the aadk-commits
mailing list