[Buildroot] svn commit: trunk/buildroot/target/linux

egtvedt at uclibc.org egtvedt at uclibc.org
Fri Oct 3 07:24:35 UTC 2008


Author: egtvedt
Date: 2008-10-03 00:24:34 -0700 (Fri, 03 Oct 2008)
New Revision: 23580

Log:
linux: fix copy of Busybox config to target directory

This patch fixes bug report #5204. The Busybox config was not copied from the
correct place.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com>



Modified:
   trunk/buildroot/target/linux/Makefile.in.advanced


Changeset:
Modified: trunk/buildroot/target/linux/Makefile.in.advanced
===================================================================
--- trunk/buildroot/target/linux/Makefile.in.advanced	2008-10-02 15:02:38 UTC (rev 23579)
+++ trunk/buildroot/target/linux/Makefile.in.advanced	2008-10-03 07:24:34 UTC (rev 23580)
@@ -428,7 +428,7 @@
 
 $(TARGET_DIR)/boot/busybox.config: $(BUSYBOX_DIR)/.config
 	mkdir -p $(TARGET_DIR)/boot
-	cp -dpf .config $(TARGET_DIR)/boot/busybox.config
+	cp -dpf $(BUSYBOX_DIR)/.config $(TARGET_DIR)/boot/busybox.config
 
 /tftpboot/$(LINUX26_KERNEL_NAME): $(LINUX26_KERNEL)
 	-mkdir -p /tftpboot




More information about the buildroot mailing list