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>
This commit is contained in:
Peter Seiderer 2013-10-14 20:24:31 +02:00 committed by Peter Korsgaard
parent 9db8d874d5
commit 1c5ff4981c

View File

@ -3,12 +3,12 @@ to suit Buildroot.
To update: To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new 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 . cp -a ../kconfig/patches ../kconfig/README.buildroot .
quilt push -a quilt push -a
# Fix any conflict # Fix any conflict
cd .. cd ..
rm -rf config rm -rf kconfig
mv kconfig.new kconfig mv kconfig.new kconfig
Then verify the toplevel targets work: Then verify the toplevel targets work: