From 6a67f44f5253839e96ecc72db7f1f224a39e8a46 Mon Sep 17 00:00:00 2001 From: AndreiCherniaev Date: Mon, 5 Jul 2021 04:45:14 +0400 Subject: [PATCH] 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 --- docs/Developer-Guide_User-Configurations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Developer-Guide_User-Configurations.md b/docs/Developer-Guide_User-Configurations.md index 12f9c8b1..01e2e818 100644 --- a/docs/Developer-Guide_User-Configurations.md +++ b/docs/Developer-Guide_User-Configurations.md @@ -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