Henrique Marks 0f56304521 merge_config.sh: create temporary files in /tmp 8 лет назад
..
lxdialog 8868051262 kconfig/lxdialog: get ncurses CFLAGS with pkg-config 9 лет назад
patches 8868051262 kconfig/lxdialog: get ncurses CFLAGS with pkg-config 9 лет назад
.gitignore 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 лет назад
Makefile b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
Makefile.br b58bf60b51 support/kconfig: use kconfig-provided way of setting the CONFIG_ prefix 11 лет назад
POTFILES.in 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 лет назад
README.buildroot ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 10 лет назад
check.sh 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
conf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
confdata.c 4113b3c3bd infra: replace BUILDROOT_CONFIG with BR2_CONFIG 10 лет назад
expr.c 147be50283 support/kconfig: remove useless patch 10 лет назад
expr.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 10 лет назад
foo.h 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 лет назад
gconf.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
gconf.glade 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 лет назад
images.c 56da3859c7 support: move kconfig stuff from package/config to support/kconfig 12 лет назад
kxgettext.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
list.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
lkc.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
lkc_proto.h b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
mconf.c a4f194c83d support/kconfig: Fix remaining 'kernel' mention 10 лет назад
menu.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 10 лет назад
merge_config.sh 0f56304521 merge_config.sh: create temporary files in /tmp 8 лет назад
nconf.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
nconf.gui.c b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
nconf.h 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
qconf.cc a4f194c83d support/kconfig: Fix remaining 'kernel' mention 10 лет назад
qconf.h ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 10 лет назад
streamline_config.pl b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
symbol.c ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 10 лет назад
util.c 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
zconf.gperf 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
zconf.hash.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
zconf.l ebe6602463 support/kconfig: Update kconfig to 3.13-rc5 10 лет назад
zconf.lex.c_shipped 6997e461fd support/kconfig: upgrade to 3.9-rc2 11 лет назад
zconf.tab.c_shipped b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад
zconf.y b48e35a28a support/kconfig: bump to kconfig from linux-3.12 10 лет назад

README.buildroot

This is a copy of the kconfig code in the kernel (currently 3.13-rc5) tweaked
to suit Buildroot.

To update:
cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
cd support/kconfig.new
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
xconfig
gconfig
oldconfig