Skip to content

Commit 77e90f2

Browse files
committed
downgrade linux: Buildroot patching
1 parent c0de856 commit 77e90f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4128,6 +4128,15 @@ We don't expect those changes to be very difficult. A good way to approach the t
41284128

41294129
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.
41304130

4131+
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:
4132+
4133+
* `git log master -- packages/<pkg>`
4134+
* Google the error message for mailing list hits
4135+
4136+
Successful port reports:
4137+
4138+
* v3.18: https://github.com/cirosantilli/linux-kernel-module-cheat/issues/39#issuecomment-438525481
4139+
41314140
=== Kernel command line parameters
41324141

41334142
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.

0 commit comments

Comments
 (0)