Busybox: enable the -l option for umount
authorMichael Lauer <mickey@vanille-media.de>
Mon, 11 Jul 2005 08:53:03 +0000 (08:53 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 11 Jul 2005 08:53:03 +0000 (08:53 +0000)
packages/busybox/busybox-1.00/defconfig
packages/busybox/busybox_1.00.bb

index 164ecec..8b8212c 100644 (file)
@@ -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
 
 #
index baeb111..1a5b392 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://www.busybox.net"
 LICENSE = "GPL"
 SECTION = "base"
 PRIORITY = "required"
-PR = "r26"
+PR = "r27"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
            file://add-getkey-applet.patch;patch=1 \