Skip to content

Commit 529eedd

Browse files
committed
readme: linux kernel version group sections
1 parent 8cd2659 commit 529eedd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,7 +2383,9 @@ On one hand, we would like to have our configs as a single git file tracked on t
23832383
* reuse Buildroot's configs
23842384
* split our configs into `min` and `default`
23852385

2386-
=== Find the kernel version
2386+
=== Kernel version
2387+
2388+
==== Find the kernel version
23872389

23882390
We try to use the latest possible kernel major release version.
23892391

@@ -2400,7 +2402,7 @@ cd linux
24002402
git log | grep -E ' Linux [0-9]+\.' | head
24012403
....
24022404

2403-
=== Update the Linux kernel
2405+
==== Update the Linux kernel
24042406

24052407
....
24062408
# Last point before out patches.
@@ -2440,7 +2442,7 @@ This backwards compatibility is just awesome, it makes getting and running the l
24402442

24412443
This also makes this repo the perfect setup to develop the Linux kernel.
24422444

2443-
=== Downgrade the Linux kernel
2445+
==== Downgrade the Linux kernel
24442446

24452447
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.
24462448

0 commit comments

Comments
 (0)