huangliang d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
..
lxdialog d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
patches d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
.gitignore d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
Makefile d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
Makefile.br d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
POTFILES.in d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
README.buildroot d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
check.sh d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
conf.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
confdata.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
expr.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
expr.h d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
foo.h d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
gconf.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
gconf.glade d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
images.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
kconf_id.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
kxgettext.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
list.h d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
lkc.h d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
lkc_proto.h d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
mconf.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
menu.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
merge_config.sh d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
nconf.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
nconf.gui.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
nconf.h d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
qconf.cc d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
qconf.h d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
streamline_config.pl d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
symbol.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
util.c d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
zconf.l d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
zconf.lex.c_shipped d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
zconf.tab.c_shipped d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ
zconf.y d3340e142f update buildroot to 2024.02.13 10 mēneši atpakaļ

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