buildroot/package/config
Bernhard Reutner-Fischer e6382c49a4 - pull "kconfig: oldconfig shall not set symbols if it does not need to" 2007-09-29 20:21:38 +00:00
..
lxdialog
Makefile
Makefile.kconfig
POTFILES.in
README.buildroot2
conf.c - pull "kconfig: oldconfig shall not set symbols if it does not need to" 2007-09-29 20:21:38 +00:00
confdata.c - add a version and display it in the configuration 2007-09-25 11:37:31 +00:00
expr.c
expr.h
foo.h
gconf.c - add a version and display it in the configuration 2007-09-25 11:37:31 +00:00
gconf.glade
images.c
kconfig-language.txt - forgot to svn add kconfig-language.txt 2007-09-29 20:08:22 +00:00
kconfig-to-buildroot2.patch - add a version and display it in the configuration 2007-09-25 11:37:31 +00:00
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped
lkc.h
lkc_proto.h
mconf.c - add a version and display it in the configuration 2007-09-25 11:37:31 +00:00
menu.c
qconf.cc
qconf.h
symbol.c - add a version and display it in the configuration 2007-09-25 11:37:31 +00:00
util.c - add the $(BASE_TARGETS) per default 2007-09-23 20:46:44 +00:00
zconf.gperf
zconf.hash.c_shipped
zconf.l
zconf.tab.c_shipped
zconf.y

README.buildroot2

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

To update:
	cp -r /usr/src/linux/scripts/kconfig package/config.new
	cd package/config.new
	cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
	mv Makefile Makefile.kconfig
	patch -p1 < ../config/kconfig-to-buildroot2.patch
	cp ../config/README.buildroot2 .
	cp ../config/foo.h .
	cp ../config/Makefile .
	cd ..
	rm -rf config
	mv config.new config

Then verify the toplevel targets work:
	config
	defconfig
	menuconfig
	oldconfig