xcbosa-linux 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
..
lxdialog 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
patches 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
.gitignore 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
Makefile 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
Makefile.br 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
POTFILES.in 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
README.buildroot 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
check.sh 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
conf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
confdata.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
expr.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
expr.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
foo.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
gconf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
gconf.glade 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
images.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
kconf_id.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
kxgettext.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
list.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
lkc.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
lkc_proto.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
mconf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
menu.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
merge_config.sh 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
nconf.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
nconf.gui.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
nconf.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
qconf.cc 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
qconf.h 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
streamline_config.pl 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
symbol.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
util.c 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
zconf.l 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
zconf.lex.c_shipped 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
zconf.tab.c_shipped 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja
zconf.y 9173dd9fe0 [Feat] [1.0.0] Add PCD Linux Scripts 5 hónapja

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