diff options
Diffstat (limited to 'remote/modules')
| -rw-r--r-- | remote/modules/busybox/module.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/busybox/module.build b/remote/modules/busybox/module.build index 73936e49..e3bd6de5 100644 --- a/remote/modules/busybox/module.build +++ b/remote/modules/busybox/module.build @@ -15,6 +15,7 @@ fetch_source() { build() { cp "openslx-busybox-config" "src/.config" cd src || perror "Could not cd to src" + yes '' | make oldconfig pinfo "Running make (if this hangs, check for unset options, ie. when you increased the REQUIRED_BRANCH)" make || perror "failed." pinfo "Running make install" |
