summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-11-18 14:40:34 +0100
committerJonathan Bauer2020-11-18 14:40:34 +0100
commitcadab01d3aced10860e5ecfab1536efad9afc517 (patch)
treee1f0b8dca84961118b067cb46d3e6232e5bbbc35
parent[dnbd3-rootfs] renamed handler: kernel -> xloop (diff)
downloadsystemd-init-cadab01d3aced10860e5ecfab1536efad9afc517.tar.gz
systemd-init-cadab01d3aced10860e5ecfab1536efad9afc517.tar.xz
systemd-init-cadab01d3aced10860e5ecfab1536efad9afc517.zip
[busybox] eh, that was broken for a while
-rw-r--r--modules.d/busybox/module-setup.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules.d/busybox/module-setup.sh b/modules.d/busybox/module-setup.sh
index e2d9c2ba..9423d595 100644
--- a/modules.d/busybox/module-setup.sh
+++ b/modules.d/busybox/module-setup.sh
@@ -12,8 +12,7 @@ build() {
for _patch in "$base_url"/{fbsplash-fillbg,1_31_1-stime}.patch ; do
curl "$_patch" | git apply - || derror "Failed to apply: $_patch"
done
-
- cp "${moddir}/openslx.config" > "${target}/.config"
+ cp "${moddir}/openslx.config" "${moddir}/src/.config"
yes '' | make oldconfig
make -j busybox
cd - &> /dev/null