linuxOS_AP06/buildroot/support/kconfig
2025-06-03 12:28:32 +08:00
..
lxdialog v1.1.1 2025-06-03 12:28:32 +08:00
patches v1.1.1 2025-06-03 12:28:32 +08:00
.gitignore v1.1.1 2025-06-03 12:28:32 +08:00
check.sh v1.1.1 2025-06-03 12:28:32 +08:00
conf.c v1.1.1 2025-06-03 12:28:32 +08:00
confdata.c v1.1.1 2025-06-03 12:28:32 +08:00
expr.c v1.1.1 2025-06-03 12:28:32 +08:00
expr.h v1.1.1 2025-06-03 12:28:32 +08:00
foo.h v1.1.1 2025-06-03 12:28:32 +08:00
gconf.c v1.1.1 2025-06-03 12:28:32 +08:00
gconf.glade v1.1.1 2025-06-03 12:28:32 +08:00
images.c v1.1.1 2025-06-03 12:28:32 +08:00
kconf_id.c v1.1.1 2025-06-03 12:28:32 +08:00
kxgettext.c v1.1.1 2025-06-03 12:28:32 +08:00
list.h v1.1.1 2025-06-03 12:28:32 +08:00
lkc_proto.h v1.1.1 2025-06-03 12:28:32 +08:00
lkc.h v1.1.1 2025-06-03 12:28:32 +08:00
Makefile v1.1.1 2025-06-03 12:28:32 +08:00
Makefile.br v1.1.1 2025-06-03 12:28:32 +08:00
mconf.c v1.1.1 2025-06-03 12:28:32 +08:00
menu.c v1.1.1 2025-06-03 12:28:32 +08:00
merge_config.sh v1.1.1 2025-06-03 12:28:32 +08:00
nconf.c v1.1.1 2025-06-03 12:28:32 +08:00
nconf.gui.c v1.1.1 2025-06-03 12:28:32 +08:00
nconf.h v1.1.1 2025-06-03 12:28:32 +08:00
POTFILES.in v1.1.1 2025-06-03 12:28:32 +08:00
qconf.cc v1.1.1 2025-06-03 12:28:32 +08:00
qconf.h v1.1.1 2025-06-03 12:28:32 +08:00
README.buildroot v1.1.1 2025-06-03 12:28:32 +08:00
streamline_config.pl v1.1.1 2025-06-03 12:28:32 +08:00
symbol.c v1.1.1 2025-06-03 12:28:32 +08:00
util.c v1.1.1 2025-06-03 12:28:32 +08:00
zconf.l v1.1.1 2025-06-03 12:28:32 +08:00
zconf.lex.c_shipped v1.1.1 2025-06-03 12:28:32 +08:00
zconf.tab.c_shipped v1.1.1 2025-06-03 12:28:32 +08:00
zconf.y v1.1.1 2025-06-03 12:28:32 +08:00

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