summaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-04-14 17:01:39 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-04-15 11:59:01 +0200
commitdf32f8c84d0e7a5fbe51b66ac8d991003bf0f8a0 (patch)
tree1fb17de0d258b1a253e3e3216d2548e3ab242d72 /recipes/images
parentf374f6e0e6ef2cf5731b38b58d463f555fb0f5c8 (diff)
downloadopenembedded-df32f8c84d0e7a5fbe51b66ac8d991003bf0f8a0.tar.gz
initramfs-image: Make sure static busybox gets into the initfs image.
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/initramfs-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/images/initramfs-image.bb b/recipes/images/initramfs-image.bb
index d3d1d751cf..e5189849ba 100644
--- a/recipes/images/initramfs-image.bb
+++ b/recipes/images/initramfs-image.bb
@@ -2,7 +2,7 @@
# command line, from teh choices of block device, loop back images (including
# recursive) and NFS.
-IMAGE_INSTALL = "initramfs-module-block initramfs-module-loop initramfs-module-nfs"
+IMAGE_INSTALL = "busybox-static initramfs-module-block initramfs-module-loop initramfs-module-nfs"
IMAGE_LINGUAS = ""
# Remove any kernel-image that the kernel-module-* packages may have pulled in.