Commit 6cbdfb64 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

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: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 104b90c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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>
+1 −1
Original line number Diff line number Diff line
@@ -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 ..