mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
fs/ext2: always pass the label option
... since passing an empty string is equivalent to not setting a label. And fix the syntax highlighting in some editors... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ef975b5063
commit
64cfa50789
@ -19,9 +19,9 @@ endif
|
|||||||
# qstrip results in stripping consecutive spaces into a single one. So the
|
# qstrip results in stripping consecutive spaces into a single one. So the
|
||||||
# variable is not qstrip-ed to preserve the integrity of the string value.
|
# variable is not qstrip-ed to preserve the integrity of the string value.
|
||||||
EXT2_LABEL := $(subst ",,$(BR2_TARGET_ROOTFS_EXT2_LABEL))
|
EXT2_LABEL := $(subst ",,$(BR2_TARGET_ROOTFS_EXT2_LABEL))
|
||||||
ifneq ($(EXT2_LABEL),)
|
#" Syntax highlighting... :-/ )
|
||||||
|
|
||||||
EXT2_OPTS += -l "$(EXT2_LABEL)"
|
EXT2_OPTS += -l "$(EXT2_LABEL)"
|
||||||
endif
|
|
||||||
|
|
||||||
ROOTFS_EXT2_DEPENDENCIES = host-mke2img
|
ROOTFS_EXT2_DEPENDENCIES = host-mke2img
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user