fs/tar: enable by default
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 14 Jan 2011 10:03:49 +0000 (11:03 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 14 Jan 2011 10:03:49 +0000 (11:03 +0100)
This way we'll get something in images/ by default, and hopefully people
will be less likely to try to use target/ directly.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
configs/qemu_arm_versatile_defconfig
configs/qemu_mipsel_malta_defconfig
configs/qemu_ppc_g3beige_defconfig
configs/qemu_sh4_r2d_defconfig
configs/qemu_x86_defconfig
fs/tar/Config.in

index f5e24646be423d6bcc1a44b741bd7fbe0782cd2b..4d8233d19f000849b319426d4ee525e6a0332b64 100644 (file)
@@ -4,6 +4,7 @@ BR2_arm926t=y
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
 
 # Kernel
 BR2_LINUX_KERNEL=y
index 612698d7defc49b9f94c247266060fd3d1941ee1..ea3ba88048fa38255155f5cdec8cb054443fcf15 100644 (file)
@@ -4,6 +4,7 @@ BR2_mips_32r2=y
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
 
 # Kernel
 BR2_LINUX_KERNEL=y
index c625743d0afc5dcb784612027787ece09ba7fa0c..db7ef74323ab2c65f5ad6395d74e3b7a575c47f3 100644 (file)
@@ -4,6 +4,7 @@ BR2_powerpc_440fp=y
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
 
 # Kernel
 BR2_LINUX_KERNEL=y
index ba46ea09af42ed5b2c7978b149f0ac305195d09f..f40633c62f17bd44b6c9e83d168db2fcebefdced 100644 (file)
@@ -4,6 +4,7 @@ BR2_sh4=y
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
 
 # The kernel wants to use the -m4-nofpu option to make sure that it
 # doesn't use floating point operations.
index 171da636cb6a927874b689ca0bff6eb660c7d7ff..2e7d813aa7d3e1a99c5c0ff1e6d91de839eda5b9 100644 (file)
@@ -4,6 +4,7 @@ BR2_x86_pentiumpro=y
 
 # filesystem
 BR2_TARGET_ROOTFS_EXT2=y
+# BR2_TARGET_ROOTFS_TAR is not set
 
 # Kernel
 BR2_LINUX_KERNEL=y
index 5aaf9bd55c5cd71c07512a57c6254218e5ef1819..60b8bf434d134b7c9480c03710e65087cf7549c4 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_TARGET_ROOTFS_TAR
        bool "tar the root filesystem"
+       default y
        help
          Build a tar archive of the root filesystem