summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-05-01 13:58:37 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2015-05-19 16:56:06 +0100
commitbdd8c2cd4f2a3f2c4240ff9d2509628aa6a0b616 (patch)
treeb80a6203f9a69b3d91840fe57a582cb4d05d6ced
parentbb14cfdb9d2358ec663926f080118685c629bef7 (diff)
downloaddefinitions-bdd8c2cd4f2a3f2c4240ff9d2509628aa6a0b616.tar.gz
Enable the lock and netmsg applets
-rw-r--r--strata/build-essential/busybox.morph2
1 files changed, 2 insertions, 0 deletions
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