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

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