Commit 0fbec516 authored by Hans-Christian Egtvedt's avatar Hans-Christian Egtvedt
Browse files

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: default avatarHans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
parent 50b55c90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -428,7 +428,7 @@ $(TARGET_DIR)/boot/uclibc.config: $(UCLIBC_DIR)/.config

$(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