summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-15 20:14:53 +0200
committerBernhard Reutner-Fischer2007-09-15 20:14:53 +0200
commit5213ca3749c9ba9841e7aa7861581a26c4e418ca (patch)
tree5f3cf3137f9688b42c2e97a4115ced2168da5696
parent- add sparc64 arch as noticed by Blue Swirl (diff)
downloadbuildroot-5213ca3749c9ba9841e7aa7861581a26c4e418ca.tar.gz
buildroot-5213ca3749c9ba9841e7aa7861581a26c4e418ca.tar.xz
buildroot-5213ca3749c9ba9841e7aa7861581a26c4e418ca.zip
- depends on host-fakeroot
-rw-r--r--package/busybox/initramfs.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/initramfs.mk b/package/busybox/initramfs.mk
index 62e4e894c..257ec7db4 100644
--- a/package/busybox/initramfs.mk
+++ b/package/busybox/initramfs.mk
@@ -104,7 +104,7 @@ $(BR2_INITRAMFS_DIR)/bin/busybox: $(BUSYBOX_INITRAMFS_DIR)/busybox
$(STRIP) $(STRIP_STRIP_ALL) $@
-$(BB_INITRAMFS_TARGET): $(BR2_INITRAMFS_DIR)/bin/busybox
+$(BB_INITRAMFS_TARGET): host-fakeroot $(BR2_INITRAMFS_DIR)/bin/busybox
ln -fs bin/busybox $(PROJECT_BUILD_DIR)/initramfs/init
mkdir -p $(PROJECT_BUILD_DIR)/initramfs/etc
cat target/generic/target_busybox_skeleton/etc/inittab > \