From cadab01d3aced10860e5ecfab1536efad9afc517 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 18 Nov 2020 14:40:34 +0100 Subject: [busybox] eh, that was broken for a while --- modules.d/busybox/module-setup.sh | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3-55-g7522