You've already forked documentation
mirror of
https://github.com/armbian/documentation.git
synced 2026-01-06 10:13:36 -08:00
Example of User provided kernel config (#144)
* Example of User provided kernel config Look at https://forum.armbian.com/topic/6-how-to-build-my-own-image-or-kernel/?do=findComment&comment=126636 Old example is not actual, modern armbian has only BRANCH ( legacy | current | dev ) not edge https://docs.armbian.com/Developer-Guide_Build-Options/ and "sunxi" looks not like a LINUXFAMILY but like a fake. (May be "sun7i"?) I think that armbian never can make this example message. * Update Developer-Guide_User-Configurations.md * Update Developer-Guide_User-Configurations.md Co-authored-by: lanefu <lanefu@users.noreply.github.com>
This commit is contained in:
@@ -19,10 +19,10 @@ If file `userpatches/lib.config` exists, it will be called and can override the
|
||||
|
||||
## User provided kernel config
|
||||
|
||||
If file `userpatches/linux-$LINUXFAMILY-$RANCH.config` exists, it will be used instead of default one from `config`. Look for the hint at the beginning of kernel compilation process to select proper config file name. Example:
|
||||
If file `userpatches/linux-$LINUXFAMILY-$BRANCH.config` exists, it will be used instead of default one from `config`. Look for the hint at the beginning of kernel compilation process to select proper config file name. Example:
|
||||
|
||||
[ o.k. ] Compiling edge kernel [ @host ]
|
||||
[ o.k. ] Using kernel config file [ config/linux-sunxi-edge.config ]
|
||||
[ o.k. ] Compiling current kernel [ 5.10.47 ]
|
||||
[ o.k. ] Using kernel config provided by user [ userpatches/linux-rockchip64-current.config ]
|
||||
|
||||
## User provided sources config overrides
|
||||
|
||||
|
||||
Reference in New Issue
Block a user