From 43b17b1cd0dd3eac740e4770be77db2c9010ad04 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 31 May 2018 22:15:55 -0700 Subject: 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 Signed-off-by: Denys Vlasenko --- networking/Config.src | 2 +- networking/udhcp/Config.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'networking') diff --git a/networking/Config.src b/networking/Config.src index 492c60d..2ce5287 100644 --- a/networking/Config.src +++ b/networking/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 "Networking Utilities" diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src index 50bff2e..e595880 100644 --- a/networking/udhcp/Config.src +++ b/networking/udhcp/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. # config UDHCPD -- cgit v1.1