buildrootschalter/package/config
Peter Korsgaard bfa9e9e2bd kconfig: remove CONFIG_ references in search/help
We use BR2_*, not CONFIG_* - So remove references to CONFIG_ in search/help
windows.

Long term we should probably consider doing s/^BR2_/CONFIG_/ to get rid
of all this though.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-09-05 22:51:09 +02:00
..
lxdialog Bump package/config to 2.6.36-rc1 2010-09-01 12:26:49 +02:00
patches kconfig: remove CONFIG_ references in search/help 2010-09-05 22:51:09 +02:00
.gitignore Tell git to ignore the Quilt internal directory in package/config 2010-09-01 14:22:36 +02:00
check.sh package/config: add gettext helper 2008-06-19 19:06:08 +00:00
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 - 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 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 kconfig: remove CONFIG_ references in search/help 2010-09-05 22:51:09 +02:00
menu.c kconfig: remove CONFIG_ references in search/help 2010-09-05 22:51:09 +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 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