kumquat-buildroot/support/kconfig
Maxime Hadjinlian a4f194c83d support/kconfig: Fix remaining 'kernel' mention
This patch update the patch for kernel's kconfig to add remaining
'kernel' mention.
It also applies this patch to buildroot's kconfig.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2013-12-28 16:05:25 +01:00
..
lxdialog
patches support/kconfig: Fix remaining 'kernel' mention 2013-12-28 16:05:25 +01:00
.gitignore
check.sh
conf.c
confdata.c
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
lkc_proto.h
lkc.h
Makefile
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
nconf.c
nconf.gui.c
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
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
zconf.y

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