From: Yann E. MORIN Date: Wed, 13 Nov 2013 23:53:33 +0000 (+0100) Subject: support/kconfig: update our README X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d431d8c6db58d1ac8d21b10077f68f3d4ed39705;p=buildroot.git support/kconfig: update our README The procedure to update our copy of kconfig was mising copying a file. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/support/kconfig/README.buildroot b/support/kconfig/README.buildroot index 0e16e81076..6f65715ef0 100644 --- a/support/kconfig/README.buildroot +++ b/support/kconfig/README.buildroot @@ -4,7 +4,7 @@ to suit Buildroot. To update: cp -r /usr/src/linux/scripts/kconfig support/kconfig.new cd support/kconfig.new - cp -a ../kconfig/patches ../kconfig/README.buildroot . + cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore . quilt push -a # Fix any conflict cd ..