From: Michael Lauer Date: Mon, 11 Jul 2005 08:53:03 +0000 (+0000) Subject: Busybox: enable the -l option for umount X-Git-Tag: Release-2010-05/1~9453^2~4204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dda4c88d24ad9eebdc7ecccf4c6a9abee1dbc1e4;p=openembedded.git Busybox: enable the -l option for umount --- 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 # diff --git a/packages/busybox/busybox_1.00.bb b/packages/busybox/busybox_1.00.bb index baeb1117df..1a5b392b7d 100644 --- a/packages/busybox/busybox_1.00.bb +++ b/packages/busybox/busybox_1.00.bb @@ -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 \