diff options
author | Kartik Agaram | 2018-05-31 22:15:55 -0700 |
---|---|---|
committer | Denys Vlasenko | 2018-06-06 15:16:48 +0200 |
commit | 43b17b1cd0dd3eac740e4770be77db2c9010ad04 (patch) | |
tree | c69ba063f4842e7ac35abbe10b47e88cc86c1335 /shell | |
parent | 0972c7f7a570c38edb68e1c60a45614b7a7c7d55 (diff) | |
download | busybox-43b17b1cd0dd3eac740e4770be77db2c9010ad04.zip busybox-43b17b1cd0dd3eac740e4770be77db2c9010ad04.tar.gz |
restore documentation on the build config language
Kconfig-language.txt was deleted in commit 4fa499a17b52b back in 2006.
Move to docs/ as suggested by Xabier Oneca:
http://lists.busybox.net/pipermail/busybox/2014-May/080914.html
Also update references to it everywhere.
Signed-off-by: Kartik Agaram <akkartik@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/Config.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.src b/shell/Config.src index 81c4ec8..959d3cb 100644 --- a/shell/Config.src +++ b/shell/Config.src @@ -1,6 +1,6 @@ # # For a description of the syntax of this configuration file, -# see scripts/kbuild/config-language.txt. +# see docs/Kconfig-language.txt. # menu "Shells" |