From bdd8c2cd4f2a3f2c4240ff9d2509628aa6a0b616 Mon Sep 17 00:00:00 2001 From: Richard Dale Date: Fri, 1 May 2015 13:58:37 +0000 Subject: Enable the lock and netmsg applets --- strata/build-essential/busybox.morph | 2 ++ 1 file changed, 2 insertions(+) diff --git a/strata/build-essential/busybox.morph b/strata/build-essential/busybox.morph index a906b33f..2a5baf03 100644 --- a/strata/build-essential/busybox.morph +++ b/strata/build-essential/busybox.morph @@ -54,6 +54,8 @@ configure-commands: - sed -e 's/# CONFIG_BBCONFIG is not set/CONFIG_BBCONFIG=y/' -i .config - sed -e 's/# CONFIG_FEATURE_COMPRESS_BBCONFIG is not set/CONFIG_FEATURE_COMPRESS_BBCONFIG=y/' -i .config - sed -e 's/# CONFIG_FEATURE_MOUNT_HELPERS is not set/CONFIG_FEATURE_MOUNT_HELPERS=y/' -i .config +- sed -e 's/# CONFIG_LOCK is not set/CONFIG_LOCK=y/' -i .config +- sed -e 's/# CONFIG_NETMSG is not set/CONFIG_NETMSG=y/' -i .config build-commands: - make -- cgit v1.2.1