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(+) 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 From ae31b3c078323075731a8fecd2e610b4139a3931 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 1 Feb 2016 10:57:09 +0100 Subject: [kernel-vanilla] Switch to 4.3.5 --- remote/modules/kernel-vanilla/module.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3-55-g7522