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

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