build: images: squashfs: add help, fix description
authorTony Butler <spudz76@gmail.com>
Mon, 28 Nov 2022 12:00:02 +0000 (04:00 -0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 6 Dec 2022 22:12:14 +0000 (23:12 +0100)
commit6cee46def01a0d51d1fb003d92e0840f87aa8822
treeec6b1dc1678ecce0c31fb2aa98a4abdfdc49466d
parent3c1512a25d927dbddea96802f55980e6c963302e
build: images: squashfs: add help, fix description

add help text for `TARGET_SQUASHFS_BLOCK_SIZE` to match the only valid
settings accepted by `mksquashfs4` ("block size not power of two or not
between 4096 and 1Mbyte") thus for this setting in "KB", the set:
  `4, 8, 16, 32, 64, 128, 256, 512, 1024`

replace `squashfs-lzma` with `squashfs` in the description for
`TARGET_ROOTFS_SQUASHFS` because it has various compressions, and not
just lzma as it did in the past

cosmetic change with no functional effect

Signed-off-by: Tony Butler <spudz76@gmail.com>
config/Config-images.in