From e924e351f67d045ff8983eb5a0bd83f84a51ffed Mon Sep 17 00:00:00 2001 From: Nicolas POIROT Date: Wed, 22 Jun 2022 19:11:29 +0200 Subject: [PATCH] docs/manual: fix configurations listing command Signed-off-by: Nicolas POIROT Signed-off-by: Yann E. MORIN (cherry picked from commit 5c5f30cbc78661025f2d95a98ddbe68d49e54056) Signed-off-by: Peter Korsgaard --- docs/manual/customize-configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/customize-configuration.txt b/docs/manual/customize-configuration.txt index ae6cebe6c4..fa8f454674 100644 --- a/docs/manual/customize-configuration.txt +++ b/docs/manual/customize-configuration.txt @@ -15,8 +15,8 @@ make with +make savedefconfig BR2_DEFCONFIG=+. The recommended place to store this defconfig is +configs/_defconfig+. If you follow this recommendation, the -configuration will be listed in +make help+ and can be set again by -running +make _defconfig+. +configuration will be listed in +make list-defconfigs+ and can be set +again by running +make _defconfig+. Alternatively, you can copy the file to any other place and rebuild with +make defconfig BR2_DEFCONFIG=+.