image: fix build with SELinux
authorDaniel Golle <daniel@makrotopia.org>
Thu, 19 Aug 2021 00:23:41 +0000 (01:23 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Thu, 19 Aug 2021 00:37:35 +0000 (01:37 +0100)
commitc5616a8ae1649ef55d362462a39aa133b65dc1e3
tree6d951707c94ea007cebe2406aaa957c9d1dbd596
parente826b642945ee7b196044a07faddd71c1bd6c6ef
image: fix build with SELinux

The option '-xattr' for mksquashfs4 should be '-xattrs' which lead to
build failure with SELinux enabled. Add the missing 's'.

Fixes: 4baf47b9a8 ("images: squashfs: xattrs should not depend on buld host")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
include/image.mk