From 288f7b8beaac89d1ea20517396ce3756d5f5d688 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 1 Feb 2016 10:56:38 +0100 Subject: [busybox] Silently use defaults for any unset config options --- remote/modules/busybox/module.build | 1 + 1 file changed, 1 insertion(+) (limited to 'remote/modules') 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" -- cgit v1.2.3-55-g7522