summaryrefslogtreecommitdiffstats
path: root/support/kconfig
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2013-10-14 20:24:31 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-14 22:12:14 +0200
commit1c5ff4981c44bd933bf620f2c761133e14abe6dc (patch)
tree388faa533063ae55790d8dfc9da143e9c8546173 /support/kconfig
parent9db8d874d5b44734dca0ee98eacd0aad8a9da00a (diff)
downloadbuildroot-1c5ff4981c44bd933bf620f2c761133e14abe6dc.tar.gz
buildroot-1c5ff4981c44bd933bf620f2c761133e14abe6dc.zip
support/kconfig: Fix typo in README.buildroot.
Fix typo in README.buildroot (s/config/kconfig/). Signed-off-by: Peter Seiderer <ps.report@gmx.net> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/kconfig')
-rw-r--r--support/kconfig/README.buildroot4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/kconfig/README.buildroot b/support/kconfig/README.buildroot
index d3d8613219..0e16e81076 100644
--- a/support/kconfig/README.buildroot
+++ b/support/kconfig/README.buildroot
@@ -3,12 +3,12 @@ to suit Buildroot.
To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
- cd support/config.new
+ cd support/kconfig.new
cp -a ../kconfig/patches ../kconfig/README.buildroot .
quilt push -a
# Fix any conflict
cd ..
- rm -rf config
+ rm -rf kconfig
mv kconfig.new kconfig
Then verify the toplevel targets work:
OpenPOWER on IntegriCloud