From 3492df739795359994bdf354b71264d3bd6f4dd2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 7 Jun 2014 17:08:46 +0200 Subject: [PATCH] busybox: add applet 'mountpoint' to initramfs Signed-off-by: Stephan Raue --- packages/sysutils/busybox/config/busybox-init.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/config/busybox-init.conf b/packages/sysutils/busybox/config/busybox-init.conf index 3772dfe6dc..2d217b216c 100644 --- a/packages/sysutils/busybox/config/busybox-init.conf +++ b/packages/sysutils/busybox/config/busybox-init.conf @@ -712,7 +712,7 @@ CONFIG_IONICE=y # CONFIG_FEATURE_MAKEDEVS_TABLE is not set # CONFIG_MAN is not set # CONFIG_MICROCOM is not set -# CONFIG_MOUNTPOINT is not set +CONFIG_MOUNTPOINT=y # CONFIG_MT is not set # CONFIG_RAIDAUTORUN is not set # CONFIG_READAHEAD is not set