summaryrefslogtreecommitdiffstats
path: root/recipes-append/busybox
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:22:28 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:22:28 +0200
commit31ce2d1a14de6d8439829dc8a046aeaeef734461 (patch)
treecaf52884a4410ef7d579f4eb63cf0a7a6001c413 /recipes-append/busybox
downloadmeta-vt-31ce2d1a14de6d8439829dc8a046aeaeef734461.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'recipes-append/busybox')
-rw-r--r--recipes-append/busybox/busybox_1.22.1.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-append/busybox/busybox_1.22.1.bbappend b/recipes-append/busybox/busybox_1.22.1.bbappend
new file mode 100644
index 0000000..edabf7e
--- /dev/null
+++ b/recipes-append/busybox/busybox_1.22.1.bbappend
@@ -0,0 +1,3 @@
1do_prepare_config_append () {
2 sed -i -e 's/# CONFIG_CHPASSWD is not set/CONFIG_CHPASSWD=y/' .config
3}