summaryrefslogtreecommitdiffstats
path: root/support/kconfig
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-11-14 00:53:33 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-11-14 12:29:28 +0100
commitd431d8c6db58d1ac8d21b10077f68f3d4ed39705 (patch)
tree9f028005eec4d152616e847d0be97937ccfd6c49 /support/kconfig
parentc6597e5aa3fa4bb52e9749797c90467083aa363b (diff)
downloadbuildroot-d431d8c6db58d1ac8d21b10077f68f3d4ed39705.tar.gz
buildroot-d431d8c6db58d1ac8d21b10077f68f3d4ed39705.zip
support/kconfig: update our README
The procedure to update our copy of kconfig was mising copying a file. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/kconfig')
-rw-r--r--support/kconfig/README.buildroot2
1 files changed, 1 insertions, 1 deletions
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 ..
OpenPOWER on IntegriCloud