diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2013-11-14 00:53:33 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-14 12:29:28 +0100 |
commit | d431d8c6db58d1ac8d21b10077f68f3d4ed39705 (patch) | |
tree | 9f028005eec4d152616e847d0be97937ccfd6c49 /support | |
parent | c6597e5aa3fa4bb52e9749797c90467083aa363b (diff) |
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')
-rw-r--r-- | support/kconfig/README.buildroot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/README.buildroot b/support/kconfig/README.buildroot index 0e16e8107..6f65715ef 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 .. |