Skip to content

Commit cf56345

Browse files
committed
Allow to use losetup not from busybox
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 0fb49fc commit cf56345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ endif
371371
# We want to have this functionality in busybox, but we don't want symlinks to
372372
# exist because links won't allow us to install other implementations of these
373373
# utilities.
374-
BB_SYMLINK_DISABLE = ash insmod mount
374+
BB_SYMLINK_DISABLE = ash insmod losetup mount
375375

376376
$(BBCFG): $(external_srcdir)/busybox/config
377377
$(Q)mkdir -p -- "$(OBJDIR)/external/busybox"

0 commit comments

Comments
 (0)