Jump to content

[Armbian build PR] - compilation: armbian-kernel: Do not make built-in drivers modules


Recommended Posts

Posted

Description

The current script can overwrite drivers which are set as built-in in the board-specific config. This is not desirable.

Add a check to ensure we do not convert built-in stuff into modules.

First encountered it when pocketbeagle 2 kernels was enabling EXT4 as module instead of being built-in, which makes the current rootfs (using ext4) fail to run.

How Has This Been Tested?

Tested on PocketBeagle 2

Checklist:

Please delete options that are not relevant.

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] My changes generate no new warnings

View the full article

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines