mirror of https://github.com/mirror/busybox.git
Bug spotted by Stephane Billiart: losetup depends on loop.c.
parent
fb3a631310
commit
1bb31928d5
|
@ -39,6 +39,7 @@ LIBBB-y:= \
|
|||
# conditionally compiled objects:
|
||||
LIBBB-$(CONFIG_FEATURE_SHADOWPASSWDS)+=pwd2spwd.c
|
||||
LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c
|
||||
LIBBB-$(CONFIG_LOSETUP)+= loop.c
|
||||
LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c
|
||||
LIBBB-$(CONFIG_PASSWD)+= pw_encrypt.c
|
||||
LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c
|
||||
|
|
Loading…
Reference in New Issue