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

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