diff options
author | Thomas De Schampheleire <patrickdepinguin+buildroot@gmail.com> | 2013-09-05 09:12:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-09-05 11:52:42 +0200 |
commit | 6cbdfb649f8d016ead6be1d03ba5d1bf81c63e26 (patch) | |
tree | 5865321d15dbb0aebcc27b7da33d7dad31726154 | |
parent | 104b90c2fb33e4162c2613dc0ffae9663833f7a2 (diff) | |
download | buildroot-6cbdfb649f8d016ead6be1d03ba5d1bf81c63e26.tar.gz buildroot-6cbdfb649f8d016ead6be1d03ba5d1bf81c63e26.zip |
trivial: remove odd references to 'buildroot2'
In the past there may have been a very good reason to refer to 'buildroot2', but
these days it's just odd.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | support/kconfig/README.buildroot (renamed from support/kconfig/README.buildroot2) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# Makefile for buildroot2 +# Makefile for buildroot # # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> # Copyright (C) 2006-2013 by the Buildroot developers <buildroot@uclibc.org> diff --git a/support/kconfig/README.buildroot2 b/support/kconfig/README.buildroot index 7de485cd72..d3d8613219 100644 --- a/support/kconfig/README.buildroot2 +++ 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/config.new - cp -a ../kconfig/patches ../kconfig/README.buildroot2 . + cp -a ../kconfig/patches ../kconfig/README.buildroot . quilt push -a # Fix any conflict cd .. |