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 ..