diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-04-14 17:01:39 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-04-15 11:59:01 +0200 |
commit | df32f8c84d0e7a5fbe51b66ac8d991003bf0f8a0 (patch) | |
tree | 1fb17de0d258b1a253e3e3216d2548e3ab242d72 | |
parent | f374f6e0e6ef2cf5731b38b58d463f555fb0f5c8 (diff) |
initramfs-image: Make sure static busybox gets into the initfs image.
-rw-r--r-- | recipes/images/initramfs-image.bb | 2 |
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. |