From: Peter Seiderer Date: Mon, 14 Oct 2013 18:24:31 +0000 (+0200) Subject: support/kconfig: Fix typo in README.buildroot. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c5ff4981c44bd933bf620f2c761133e14abe6dc;p=buildroot.git support/kconfig: Fix typo in README.buildroot. Fix typo in README.buildroot (s/config/kconfig/). Signed-off-by: Peter Seiderer Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- 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: