kumquat-buildroot/package/config
Thomas Petazzoni 40177240fa Tell git to ignore the Quilt internal directory in package/config
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-09-01 14:22:36 +02:00
..
lxdialog Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
patches Remove unnecessary ugly hacks in package/config 2010-09-01 12:27:02 +02:00
.gitignore Tell git to ignore the Quilt internal directory in package/config 2010-09-01 14:22:36 +02:00
check.sh
conf.c Remove unnecessary ugly hacks in package/config 2010-09-01 12:27:02 +02:00
confdata.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
expr.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
expr.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
foo.h
gconf.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
gconf.glade Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
images.c
kconfig_load.c
kxgettext.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
lex.zconf.c_shipped Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
lkc_proto.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
lkc.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
Makefile Add support for the new nconf configuration tool 2010-09-01 12:26:56 +02:00
Makefile.br Clean up our patches against kconfig 2010-09-01 12:26:41 +02:00
mconf.c Remove unnecessary ugly hacks in package/config 2010-09-01 12:27:02 +02:00
menu.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
nconf.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
nconf.gui.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
nconf.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
POTFILES.in
qconf.cc Remove unnecessary ugly hacks in package/config 2010-09-01 12:27:02 +02:00
qconf.h Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
README.buildroot2 Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
streamline_config.pl Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
symbol.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
util.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.gperf Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.hash.c_shipped Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.l Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.tab.c_shipped Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
zconf.y Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00

This is a copy of the kconfig code in the kernel (currently 2.6.36-rc1) tweaked
to suit Buildroot.

To update:
	cp -r /usr/src/linux/scripts/kconfig package/config.new
	cd package/config.new
	cp -a ../config/patches ../config/README.buildroot2 .
	quilt push -a
	# Fix any conflict
	cd ..
	rm -rf config
	mv config.new config

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