From 451a5843f932f532a75ebbce1e5a6188dd0186b1 Mon Sep 17 00:00:00 2001
From: Michal Hrusecky <Michal@Hrusecky.net>
Date: Thu, 25 Jan 2018 17:38:33 +0100
Subject: [PATCH] README: Fix documentation regarding config files

Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
---
 README.asciidoc | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.asciidoc b/README.asciidoc
index 3ae99c868..69ee8304a 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -26,7 +26,8 @@ directories, patches are also divided into subdirectories like `to-upstream`,
 Configuration
 ~~~~~~~~~~~~~
 
-Default config for OpenWRT is put in `configs` directory either in file
-`common` or in a file named after the target board. Those two files gets merged
-and will form the final `.config` file. Some parts of `compile_fw` might modify
-it further.
+Default config for OpenWRT is put in `configs` directory either in directory
+`common` or in a directory named after the target board. Files in those
+directories gets merged (common ones first) and will form the final `.config`
+file. Some parts of `compile_fw` might modify it further.
+
-- 
GitLab