Peter Korsgaard bfa9e9e2bd kconfig: remove CONFIG_ references in search/help 15 年 前
..
lxdialog 52a142a631 Bump package/config to 2.6.36-rc1 15 年 前
patches bfa9e9e2bd kconfig: remove CONFIG_ references in search/help 15 年 前
.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 52a142a631 Bump package/config to 2.6.36-rc1 15 年 前
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