aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2008-12-02 14:43:02 +0200
committerPaul Sokolovsky <pmiscml@gmail.com>2008-12-02 14:43:02 +0200
commit71f6e144f3cfde37c2d5c94c855a385bf16c7287 (patch)
tree751cda5df7b5edcd9008c81fd49c43b19dfff9e3 /packages/images
parent3fd6991edd28c79c039a5dae484f294f22a299c7 (diff)
downloadopenembedded-71f6e144f3cfde37c2d5c94c855a385bf16c7287.tar.gz
initramfs-bootmenu-image: busybox' modprobe is broken, so pull klibc's.
Diffstat (limited to 'packages/images')
-rw-r--r--packages/images/initramfs-bootmenu-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/initramfs-bootmenu-image.bb b/packages/images/initramfs-bootmenu-image.bb
index c00efcfa2f..79806c9a98 100644
--- a/packages/images/initramfs-bootmenu-image.bb
+++ b/packages/images/initramfs-bootmenu-image.bb
@@ -1,12 +1,12 @@
# initramfs image with interactive boot menu allowing to select rootfs location
# from choices of block devices, loopback images and NFS.
-IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot"
+IMAGE_INSTALL = "busybox-static initramfs-module-bootmenu initramfs-module-check-modules initramfs-module-kexecboot klibc-utils-static-modprobe"
IMAGE_LINGUAS = ""
# Remove any kernel-image that the kernel-module-* packages may have pulled in.
-PACKAGE_REMOVE = "kernel-image-* update-modules module-init-tools-depmod uclibc update-rc.d"
+PACKAGE_REMOVE = "kernel-image-* update-modules module-init-tools-depmod update-rc.d uclibc"
ROOTFS_POSTPROCESS_COMMAND += "opkg-cl ${IPKG_ARGS} -force-depends \
remove ${PACKAGE_REMOVE};"