ubuntu-buildroot/support/kconfig
chenyf 8b0660016e 1 2024-04-01 23:19:46 +08:00
..
lxdialog 1 2024-04-01 23:19:46 +08:00
patches 1 2024-04-01 23:19:46 +08:00
.gitignore 1 2024-04-01 23:19:46 +08:00
Makefile 1 2024-04-01 23:19:46 +08:00
Makefile.br 1 2024-04-01 23:19:46 +08:00
POTFILES.in 1 2024-04-01 23:19:46 +08:00
README.buildroot 1 2024-04-01 23:19:46 +08:00
check.sh 1 2024-04-01 23:19:46 +08:00
conf.c 1 2024-04-01 23:19:46 +08:00
confdata.c 1 2024-04-01 23:19:46 +08:00
expr.c 1 2024-04-01 23:19:46 +08:00
expr.h 1 2024-04-01 23:19:46 +08:00
foo.h 1 2024-04-01 23:19:46 +08:00
gconf.c 1 2024-04-01 23:19:46 +08:00
gconf.glade 1 2024-04-01 23:19:46 +08:00
images.c 1 2024-04-01 23:19:46 +08:00
kconf_id.c 1 2024-04-01 23:19:46 +08:00
kxgettext.c 1 2024-04-01 23:19:46 +08:00
list.h 1 2024-04-01 23:19:46 +08:00
lkc.h 1 2024-04-01 23:19:46 +08:00
lkc_proto.h 1 2024-04-01 23:19:46 +08:00
mconf.c 1 2024-04-01 23:19:46 +08:00
menu.c 1 2024-04-01 23:19:46 +08:00
merge_config.sh 1 2024-04-01 23:19:46 +08:00
nconf.c 1 2024-04-01 23:19:46 +08:00
nconf.gui.c 1 2024-04-01 23:19:46 +08:00
nconf.h 1 2024-04-01 23:19:46 +08:00
qconf.cc 1 2024-04-01 23:19:46 +08:00
qconf.h 1 2024-04-01 23:19:46 +08:00
streamline_config.pl 1 2024-04-01 23:19:46 +08:00
symbol.c 1 2024-04-01 23:19:46 +08:00
util.c 1 2024-04-01 23:19:46 +08:00
zconf.l 1 2024-04-01 23:19:46 +08:00
zconf.lex.c_shipped 1 2024-04-01 23:19:46 +08:00
zconf.tab.c_shipped 1 2024-04-01 23:19:46 +08:00
zconf.y 1 2024-04-01 23:19:46 +08:00

README.buildroot

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

To update:
	cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
	cd support/kconfig.new
	# zconf.lex.c and zconf.tab.c needs to be generated by 'make menuconfig'
	mv zconf.lex.c zconf.lex.c_shipped
	mv zconf.tab.c zconf.tab.c_shipped
	rm -rf tests/
	cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
	quilt push -a
	# Fix any conflict
	cd ..
	rm -rf kconfig
	mv kconfig.new kconfig

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