buildrootschalter/support/kconfig
Arnout Vandecappelle 4113b3c3bd infra: replace BUILDROOT_CONFIG with BR2_CONFIG
To make the naming consistent (all user-visible options should be
prefixed with BR2_).

An entry is added to Makefile.legacy to warn users who have set
BUILDROOT_CONFIG but not BR2_CONFIG.

Still export BUILDROOT_CONFIG but pointing to some phony value, to
make sure that scripts that still use it fail in a predictable way.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Jérémy Rosen <jeremy.rosen@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2014-02-09 17:00:13 +01:00
..
lxdialog support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
patches infra: replace BUILDROOT_CONFIG with BR2_CONFIG 2014-02-09 17:00:13 +01:00
.gitignore
check.sh
conf.c support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
confdata.c infra: replace BUILDROOT_CONFIG with BR2_CONFIG 2014-02-09 17:00:13 +01:00
expr.c
expr.h support/kconfig: Update kconfig to 3.13-rc5 2013-12-28 16:02:11 +01:00
foo.h
gconf.c
gconf.glade
images.c
kxgettext.c
list.h support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
lkc_proto.h support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
lkc.h support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
Makefile support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
Makefile.br
mconf.c support/kconfig: Fix remaining 'kernel' mention 2013-12-28 16:05:25 +01:00
menu.c support/kconfig: Update kconfig to 3.13-rc5 2013-12-28 16:02:11 +01:00
merge_config.sh support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
nconf.c support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
nconf.gui.c support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
nconf.h
POTFILES.in
qconf.cc support/kconfig: Fix remaining 'kernel' mention 2013-12-28 16:05:25 +01:00
qconf.h support/kconfig: Update kconfig to 3.13-rc5 2013-12-28 16:02:11 +01:00
README.buildroot support/kconfig: Update kconfig to 3.13-rc5 2013-12-28 16:02:11 +01:00
streamline_config.pl support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
symbol.c support/kconfig: Update kconfig to 3.13-rc5 2013-12-28 16:02:11 +01:00
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l support/kconfig: Update kconfig to 3.13-rc5 2013-12-28 16:02:11 +01:00
zconf.lex.c_shipped
zconf.tab.c_shipped support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00
zconf.y support/kconfig: bump to kconfig from linux-3.12 2013-11-14 12:34:49 +01:00

This is a copy of the kconfig code in the kernel (currently 3.13-rc5) tweaked
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 ../kconfig/.gitignore .
	quilt push -a
	# Fix any conflict
	cd ..
	rm -rf kconfig
	mv kconfig.new kconfig

Then verify the toplevel targets work:
	config
	defconfig
	menuconfig
	xconfig
	gconfig
	oldconfig