fs/ext2: fir (again) namespace for variables
As reported by Jens [0], commit db7d786140
(fs/ext2: fix namespace for
variables) forgot to rename one variable expansion, resulting in the
ext2 label as set by the user to be ignored, with an empty label set.
[0] https://github.com/buildroot/buildroot/commit/db7d78614098#commitcomment-57918423
Reported-by: Jens Maus <mail@jens-maus.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
c9aa5a1a8a
commit
5ece6be60b
@ -21,7 +21,7 @@ ROOTFS_EXT2_OPTS = \
|
||||
-r $(BR2_TARGET_ROOTFS_EXT2_REV) \
|
||||
-N $(BR2_TARGET_ROOTFS_EXT2_INODES) \
|
||||
-m $(BR2_TARGET_ROOTFS_EXT2_RESBLKS) \
|
||||
-L "$(EXT2_LABEL)" \
|
||||
-L "$(ROOTFS_EXT2_LABEL)" \
|
||||
$(ROOTFS_EXT2_MKFS_OPTS)
|
||||
|
||||
ROOTFS_EXT2_DEPENDENCIES = host-e2fsprogs
|
||||
|
Loading…
Reference in New Issue
Block a user