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 package/config: add gettext helper 2008-06-19 19:06:08 +00:00
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 - no features with Apple Inc. (Heikki Lindholm) 2007-07-24 18:20:46 +00:00
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 - pull kconfig from linux-2.6.21.5 2007-06-28 10:46:19 +00:00
kconfig_load.c - pull kconfig from linux-2.6.21.5 2007-06-28 10:46:19 +00:00
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 Clean up our patches against kconfig 2010-09-01 12:26:41 +02:00
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 config: Update package/config to Kconfig 2.6.30 2009-07-27 16:06:50 +02:00
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