summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorPeter Korsgaard2011-01-14 11:03:49 +0100
committerPeter Korsgaard2011-01-14 11:03:49 +0100
commitf12b1771a10a95a2e6b13d65536c6c3c591fb5e2 (patch)
tree038a58e7a1717554b45c13097a807a096bfa6167 /fs
parentfs/ext2: don't enable by default (diff)
downloadbuildroot-f12b1771a10a95a2e6b13d65536c6c3c591fb5e2.tar.gz
buildroot-f12b1771a10a95a2e6b13d65536c6c3c591fb5e2.tar.xz
buildroot-f12b1771a10a95a2e6b13d65536c6c3c591fb5e2.zip
fs/tar: enable by default
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/tar/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/tar/Config.in b/fs/tar/Config.in
index 5aaf9bd55..60b8bf434 100644
--- a/fs/tar/Config.in
+++ b/fs/tar/Config.in
@@ -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