Commit 1c5ff498 authored by Peter Seiderer's avatar Peter Seiderer Committed by Peter Korsgaard
Browse files

support/kconfig: Fix typo in README.buildroot.



Fix typo in README.buildroot (s/config/kconfig/).

Signed-off-by: default avatarPeter Seiderer <ps.report@gmx.net>
Acked-by: default avatar"Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 9db8d874
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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: