diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-07-11 08:53:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 08:53:03 +0000 |
commit | dda4c88d24ad9eebdc7ecccf4c6a9abee1dbc1e4 (patch) | |
tree | 32409cffa8d31706d397879c12458f4af85efb03 /packages/busybox/busybox-1.00/defconfig | |
parent | d4d5768bccd9846488ee8df714c362a0d473427e (diff) |
Busybox: enable the -l option for umount
Diffstat (limited to 'packages/busybox/busybox-1.00/defconfig')
-rw-r--r-- | packages/busybox/busybox-1.00/defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/busybox/busybox-1.00/defconfig b/packages/busybox/busybox-1.00/defconfig index 164ecec914..8b8212c54a 100644 --- a/packages/busybox/busybox-1.00/defconfig +++ b/packages/busybox/busybox-1.00/defconfig @@ -467,7 +467,7 @@ CONFIG_FEATURE_MOUNT_FORCE=y # # Common options for mount/umount # -# CONFIG_FEATURE_MOUNT_LOOP is not set +CONFIG_FEATURE_MOUNT_LOOP=y # CONFIG_FEATURE_MTAB_SUPPORT is not set # |