diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-08-13 19:52:47 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-08-13 19:52:47 +0000 |
commit | 6b57afd584a18bc1455b41abad80190a0590bd23 (patch) | |
tree | 93ab319fb0e6009262938385c060324655eb2432 | |
parent | ce8d2dd8c0b7aefbf0cbec2fd8fb56dcfa140a21 (diff) |
conf/local.conf.sample: update comments with all the image formats
-rw-r--r-- | conf/local.conf.sample | 4 |
1 files changed, 3 insertions, 1 deletions
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). |