mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
fs/ext2: fir (again) namespace for variables
As reported by Jens [0], commitdb7d786140
(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> (cherry picked from commit5ece6be60b
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3ede30c7fe
commit
6f039073f2
@ -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