summaryrefslogtreecommitdiff
path: root/recipes/images/initramfs-image.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-15 12:17:19 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-15 12:17:19 +0200
commite91620e6955d9f22989f9d3f046c96c901ee782c (patch)
treeeb68e6a167c20fe3c84d538085059d1fadbea51d /recipes/images/initramfs-image.bb
parent3b164e7cc712e1f26d60846f89306b4c852ebf0d (diff)
parent0328f2d7844b000c71650a14d8479fcf98b1a58e (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/images/initramfs-image.bb')
-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.