From 6b57afd584a18bc1455b41abad80190a0590bd23 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 13 Aug 2007 19:52:47 +0000 Subject: [PATCH] conf/local.conf.sample: update comments with all the image formats --- conf/local.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/local.conf.sample b/conf/local.conf.sample index daffdda6de..cf3c793c68 100644 --- a/conf/local.conf.sample +++ b/conf/local.conf.sample @@ -106,7 +106,9 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" # INHERIT = "package_ipk" # INHERIT = "package_tar" -# Add the required image file system types below. Valid are jffs2, tar, cramfs and ext2 +# Add the required image file system types below. Valid are +# jffs2, tar(.gz|bz2), cpio(.gz), cramfs, ext2(.gz), ext3(.gz) +# squashfs, squashfs-lzma IMAGE_FSTYPES = "jffs2 tar" # Uncomment this to disable the parse cache (not recommended). -- 2.11.4.GIT