Thomas Petazzoni 33f13e393f kconfig: tell git to ignore new generated files 16 年之前
..
lxdialog 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
.gitignore 33f13e393f kconfig: tell git to ignore new generated files 16 年之前
Makefile b0df9df39a config: Add support for xconfig 16 年之前
Makefile.kconfig b0df9df39a config: Add support for xconfig 16 年之前
POTFILES.in 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
README.buildroot2 e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 年之前
check.sh 9991e8c7fb package/config: add gettext helper 17 年之前
conf.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
confdata.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
expr.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
expr.h 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
foo.h 699b63b8c4 - no features with Apple Inc. (Heikki Lindholm) 18 年之前
gconf.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
gconf.glade a665ed3496 - pull kconfig from linux-2.6.21.5 18 年之前
images.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 年之前
kconfig-language.txt 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
kconfig-to-buildroot2.patch 6cd6353ff9 xconfig: Save the configuration properly in qconf 16 年之前
kconfig_load.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 年之前
kxgettext.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
lex.zconf.c_shipped 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
lkc.h 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
lkc_proto.h 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
mconf.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
menu.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
qconf.cc 6cd6353ff9 xconfig: Save the configuration properly in qconf 16 年之前
qconf.h 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 年之前
symbol.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
util.c 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
zconf.gperf 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
zconf.hash.c_shipped 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
zconf.l 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
zconf.tab.c_shipped 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前
zconf.y 4b3e11b3e7 config: Update package/config to Kconfig 2.6.30 16 年之前

README.buildroot2

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

To update:
cp -r /usr/src/linux/scripts/kconfig package/config.new
cd package/config.new
cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
patch -p1 < ../config/kconfig-to-buildroot2.patch
mv Makefile Makefile.kconfig
cp ../config/README.buildroot2 .
cp ../config/foo.h .
cp ../config/Makefile .
cp ../config/kconfig-to-buildroot2.patch .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig