summaryrefslogtreecommitdiffstats
path: root/remote/modules/busybox
diff options
context:
space:
mode:
authorSimon Rettberg2016-02-01 10:56:38 +0100
committerroot2016-02-01 10:56:38 +0100
commit288f7b8beaac89d1ea20517396ce3756d5f5d688 (patch)
tree0a4a8cb7d74d36ccd55cdcd192f4819089045be9 /remote/modules/busybox
parent[busybox] Enable utmp feature so who is actually included (diff)
downloadtm-scripts-288f7b8beaac89d1ea20517396ce3756d5f5d688.tar.gz
tm-scripts-288f7b8beaac89d1ea20517396ce3756d5f5d688.tar.xz
tm-scripts-288f7b8beaac89d1ea20517396ce3756d5f5d688.zip
[busybox] Silently use defaults for any unset config options
Diffstat (limited to 'remote/modules/busybox')
-rw-r--r--remote/modules/busybox/module.build1
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"