Yann E. MORIN 20106a052e package/config: update quilt series 14 年之前
..
lxdialog 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
patches 20106a052e package/config: update quilt series 14 年之前
.gitignore 40177240fa Tell git to ignore the Quilt internal directory in package/config 15 年之前
Makefile 8b6585a9d3 Add support for the new nconf configuration tool 15 年之前
Makefile.br 7c524dd0b6 Clean up our patches against kconfig 15 年之前
POTFILES.in 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
README.buildroot2 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
check.sh 9991e8c7fb package/config: add gettext helper 17 年之前
conf.c 723f01dafa Remove unnecessary ugly hacks in package/config 15 年之前
confdata.c e5e8fae892 Makefile: move version string from Config.in into Makefile 14 年之前
expr.c 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
expr.h 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
foo.h 699b63b8c4 - no features with Apple Inc. (Heikki Lindholm) 18 年之前
gconf.c 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
gconf.glade 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
images.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 年之前
kconfig_load.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 年之前
kxgettext.c 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
lex.zconf.c_shipped 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
lkc.h 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
lkc_proto.h 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
mconf.c bfa9e9e2bd kconfig: remove CONFIG_ references in search/help 15 年之前
menu.c bfa9e9e2bd kconfig: remove CONFIG_ references in search/help 15 年之前
nconf.c 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
nconf.gui.c 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
nconf.h 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
qconf.cc 723f01dafa Remove unnecessary ugly hacks in package/config 15 年之前
qconf.h 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
streamline_config.pl 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
symbol.c 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
util.c 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
zconf.gperf 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
zconf.hash.c_shipped 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
zconf.l 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
zconf.tab.c_shipped 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前
zconf.y 52a142a631 Bump package/config to 2.6.36-rc1 15 年之前

README.buildroot2

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

To update:
cp -r /usr/src/linux/scripts/kconfig package/config.new
cd package/config.new
cp -a ../config/patches ../config/README.buildroot2 .
quilt push -a
# Fix any conflict
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
xconfig
gconfig
oldconfig