[Buildroot] svn commit: trunk/buildroot/package/busybox

aldot at uclibc.org aldot at uclibc.org
Sat Sep 15 18:14:54 UTC 2007


Author: aldot
Date: 2007-09-15 11:14:53 -0700 (Sat, 15 Sep 2007)
New Revision: 19855

Log:
- depends on host-fakeroot


Modified:
   trunk/buildroot/package/busybox/initramfs.mk


Changeset:
Modified: trunk/buildroot/package/busybox/initramfs.mk
===================================================================
--- trunk/buildroot/package/busybox/initramfs.mk	2007-09-15 13:28:30 UTC (rev 19854)
+++ trunk/buildroot/package/busybox/initramfs.mk	2007-09-15 18:14:53 UTC (rev 19855)
@@ -104,7 +104,7 @@
 	$(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 > \




More information about the buildroot mailing list