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:
AndreiCherniaev
2021-07-05 04:45:14 +04:00
committed by GitHub
parent c37e51bf31
commit 6a67f44f52

View File

@@ -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