kumquat-buildroot/package/config
Thomas Petazzoni 52a142a631 Bump package/config to 2.6.36-rc1
The goal is to be able to use savedefconfig to generate minimal
defconfig files.

Four of our patches are removed since the modifications have been
merged upstream. The new nconf configuration utility has appeared.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-09-01 12:26:49 +02:00
..
lxdialog Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
patches Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
.gitignore Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
check.sh
conf.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +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 Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
Makefile.br
mconf.c Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +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 Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +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