You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
guochunrong 6d0a53d35d Initial commit base buildroot 2022.02 2 years ago
..
lxdialog Initial commit base buildroot 2022.02 2 years ago
patches Initial commit base buildroot 2022.02 2 years ago
.gitignore Initial commit base buildroot 2022.02 2 years ago
Makefile Initial commit base buildroot 2022.02 2 years ago
Makefile.br Initial commit base buildroot 2022.02 2 years ago
POTFILES.in Initial commit base buildroot 2022.02 2 years ago
README.buildroot Initial commit base buildroot 2022.02 2 years ago
check.sh Initial commit base buildroot 2022.02 2 years ago
conf.c Initial commit base buildroot 2022.02 2 years ago
confdata.c Initial commit base buildroot 2022.02 2 years ago
expr.c Initial commit base buildroot 2022.02 2 years ago
expr.h Initial commit base buildroot 2022.02 2 years ago
foo.h Initial commit base buildroot 2022.02 2 years ago
gconf.c Initial commit base buildroot 2022.02 2 years ago
gconf.glade Initial commit base buildroot 2022.02 2 years ago
images.c Initial commit base buildroot 2022.02 2 years ago
kconf_id.c Initial commit base buildroot 2022.02 2 years ago
kxgettext.c Initial commit base buildroot 2022.02 2 years ago
list.h Initial commit base buildroot 2022.02 2 years ago
lkc.h Initial commit base buildroot 2022.02 2 years ago
lkc_proto.h Initial commit base buildroot 2022.02 2 years ago
mconf.c Initial commit base buildroot 2022.02 2 years ago
menu.c Initial commit base buildroot 2022.02 2 years ago
merge_config.sh Initial commit base buildroot 2022.02 2 years ago
nconf.c Initial commit base buildroot 2022.02 2 years ago
nconf.gui.c Initial commit base buildroot 2022.02 2 years ago
nconf.h Initial commit base buildroot 2022.02 2 years ago
qconf.cc Initial commit base buildroot 2022.02 2 years ago
qconf.h Initial commit base buildroot 2022.02 2 years ago
streamline_config.pl Initial commit base buildroot 2022.02 2 years ago
symbol.c Initial commit base buildroot 2022.02 2 years ago
util.c Initial commit base buildroot 2022.02 2 years ago
zconf.l Initial commit base buildroot 2022.02 2 years ago
zconf.lex.c_shipped Initial commit base buildroot 2022.02 2 years ago
zconf.tab.c_shipped Initial commit base buildroot 2022.02 2 years ago
zconf.y Initial commit base buildroot 2022.02 2 years ago

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