summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--support/kconfig/README.buildroot (renamed from support/kconfig/README.buildroot2)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 09faebaae0..0d7476a4c6 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ..
OpenPOWER on IntegriCloud