From 77e90f2d37ccba29cd2e7091f1050238b57dc161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Wed, 14 Nov 2018 00:00:00 +0000 Subject: [PATCH] downgrade linux: Buildroot patching --- README.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.adoc b/README.adoc index 46f4859..8ac6b73 100644 --- a/README.adoc +++ b/README.adoc @@ -4128,6 +4128,15 @@ We don't expect those changes to be very difficult. A good way to approach the t Then, if you spot an option that is wrong, some grepping in this repo should quickly point you to the code you need to modify. +It also possible that you will need to apply some patches from newer Buildroot versions for it to build, due to incompatibilities with the host Ubuntu packages and that Buildroot version. Just read the error message, and try: + +* `git log master -- packages/` +* Google the error message for mailing list hits + +Successful port reports: + +* v3.18: https://github.com/cirosantilli/linux-kernel-module-cheat/issues/39#issuecomment-438525481 + === Kernel command line parameters Bootloaders can pass a string as input to the Linux kernel when it is booting to control its behaviour, much like the `execve` system call does to userland processes.