summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox
diff options
context:
space:
mode:
authorSimon Rettberg2021-07-09 17:27:24 +0200
committerSimon Rettberg2021-07-09 17:27:24 +0200
commiteda09690d3b6138a9d145479c7d57a5331ec2ca2 (patch)
tree0ba4744dfd64fd42d89769b07fcddc5b06a334f3 /core/modules/busybox
parent[zram-swap] move zram-swap to its own module (diff)
downloadmltk-eda09690d3b6138a9d145479c7d57a5331ec2ca2.tar.gz
mltk-eda09690d3b6138a9d145479c7d57a5331ec2ca2.tar.xz
mltk-eda09690d3b6138a9d145479c7d57a5331ec2ca2.zip
[busybox] Fix copying of .config after autoclone refactor
Diffstat (limited to 'core/modules/busybox')
-rw-r--r--core/modules/busybox/module.build2
1 files changed, 1 insertions, 1 deletions
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)"