From 529eedd9fff348d33ae2df5f35ea6ed1a0be9107 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 22 May 2018 07:48:19 +0100 Subject: [PATCH] readme: linux kernel version group sections --- README.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index f1406c9..426ab62 100644 --- a/README.adoc +++ b/README.adoc @@ -2383,7 +2383,9 @@ On one hand, we would like to have our configs as a single git file tracked on t * reuse Buildroot's configs * split our configs into `min` and `default` -=== Find the kernel version +=== Kernel version + +==== Find the kernel version We try to use the latest possible kernel major release version. @@ -2400,7 +2402,7 @@ cd linux git log | grep -E ' Linux [0-9]+\.' | head .... -=== Update the Linux kernel +==== Update the Linux kernel .... # Last point before out patches. @@ -2440,7 +2442,7 @@ This backwards compatibility is just awesome, it makes getting and running the l This also makes this repo the perfect setup to develop the Linux kernel. -=== Downgrade the Linux kernel +==== Downgrade the Linux kernel The kernel is not forward compatible, however, so downgrading the Linux kernel requires downgrading the userland too to the latest Buildroot branch that supports it.