summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-rw-r--r--remote/modules/busybox/module.build1
-rw-r--r--remote/modules/kernel-vanilla/module.conf2
2 files changed, 2 insertions, 1 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"
diff --git a/remote/modules/kernel-vanilla/module.conf b/remote/modules/kernel-vanilla/module.conf
index ea9ebc76..b615dc9b 100644
--- a/remote/modules/kernel-vanilla/module.conf
+++ b/remote/modules/kernel-vanilla/module.conf
@@ -1,5 +1,5 @@
REQUIRED_BINARIES=""
REQUIRED_LIBRARIES=""
REQUIRED_DIRECTORIES=""
-REQUIRED_KERNEL="4.3.3"
+REQUIRED_KERNEL="4.3.5"
REQUIRED_GIT="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git"