aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSergio E. Nemirowski <sergio@outerface.net>2020-06-15 20:58:15 +0300
committerPetr Štetiar <ynezz@true.cz>2020-07-07 19:47:24 +0200
commitab26022cc104a2dd82b7bb7e6468f693b68e75ed (patch)
tree156624139a9ee41dff8763ca765681a3ecd45353 /scripts
parent8fb0b15efde92de43f6bc52f60a5a5680b782d8e (diff)
downloadupstream-ab26022cc104a2dd82b7bb7e6468f693b68e75ed.tar.gz
upstream-ab26022cc104a2dd82b7bb7e6468f693b68e75ed.tar.bz2
upstream-ab26022cc104a2dd82b7bb7e6468f693b68e75ed.zip
build: mconf readme update
This updates mconf.c readme message to maintain less changes with upstream and consistency with nconf.c Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/config/mconf.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c
index a35408d2df..9ea7945675 100644
--- a/scripts/config/mconf.c
+++ b/scripts/config/mconf.c
@@ -23,11 +23,14 @@
#include "lxdialog/dialog.h"
static const char mconf_readme[] =
+"OpenWrt config is based on Kernel kconfig\n"
+"so ipkg packages are referred here as modules.\n"
+"\n"
"Overview\n"
"--------\n"
-"Some OpenWrt features may be built directly into the image.\n"
-"Some may be made into installable ipkg packages (referred here as\n"
-"modules). Some features may be completely removed altogether.\n"
+"This interface lets you select features and parameters for the build.\n"
+"Features can either be built-in, modularized, or ignored. Parameters\n"
+"must be entered in as decimal or hexadecimal numbers or text.\n"
"\n"
"Menu items beginning with following braces represent features that\n"
" [ ] can be built in or removed\n"