From eda09690d3b6138a9d145479c7d57a5331ec2ca2 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 9 Jul 2021 17:27:24 +0200 Subject: [busybox] Fix copying of .config after autoclone refactor --- core/modules/busybox/module.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/modules/busybox') diff --git a/core/modules/busybox/module.build b/core/modules/busybox/module.build index fdf89a19..608f9ecb 100644 --- a/core/modules/busybox/module.build +++ b/core/modules/busybox/module.build @@ -26,7 +26,7 @@ fetch_source() { } build() { - cp "${MODULE_DIR}/openslx-busybox-config" "src/.config" + cp "${MODULE_DIR}/openslx-busybox-config" "src/busybox/.config" || perror "Cannot cp .config" cde src/busybox yes '' | make oldconfig pinfo "Running make (if this hangs, check for unset options, ie. when you increased the REQUIRED_BRANCH)" -- cgit v1.2.3-55-g7522