Peter Korsgaard 0dc552c134 menuconfig: don't prepend CONFIG_ to symbols in help text 16 rokov pred
..
lxdialog 1b6f2e0f4c package/config: rebase from upstream (2.6.23.14) 17 rokov pred
Makefile 2c2796719a package/config: cygwin fix 17 rokov pred
Makefile.kconfig e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
POTFILES.in a665ed3496 - pull kconfig from linux-2.6.21.5 18 rokov pred
README.buildroot2 e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
check.sh 9991e8c7fb package/config: add gettext helper 17 rokov pred
conf.c e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
confdata.c e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
expr.c 543a89568e - make it compile with a C89 compiler 18 rokov pred
expr.h 1b6f2e0f4c package/config: rebase from upstream (2.6.23.14) 17 rokov pred
foo.h 699b63b8c4 - no features with Apple Inc. (Heikki Lindholm) 18 rokov pred
gconf.c 1b6f2e0f4c package/config: rebase from upstream (2.6.23.14) 17 rokov pred
gconf.glade a665ed3496 - pull kconfig from linux-2.6.21.5 18 rokov pred
images.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 rokov pred
kconfig-language.txt e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
kconfig-to-buildroot2.patch e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
kconfig_load.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 rokov pred
kxgettext.c 1b6f2e0f4c package/config: rebase from upstream (2.6.23.14) 17 rokov pred
lex.zconf.c_shipped 50548330b4 kconfig: only warn about long help lines, not other types of lines 17 rokov pred
lkc.h 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 rokov pred
lkc_proto.h 1b6f2e0f4c package/config: rebase from upstream (2.6.23.14) 17 rokov pred
mconf.c 0dc552c134 menuconfig: don't prepend CONFIG_ to symbols in help text 16 rokov pred
menu.c 1b6f2e0f4c package/config: rebase from upstream (2.6.23.14) 17 rokov pred
qconf.cc e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
qconf.h 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 rokov pred
symbol.c f5b8cd4ac1 - add a version and display it in the configuration 18 rokov pred
util.c e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
zconf.gperf e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
zconf.hash.c_shipped e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
zconf.l 50548330b4 kconfig: only warn about long help lines, not other types of lines 17 rokov pred
zconf.tab.c_shipped e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred
zconf.y e2c32ba54b package/config: rebase from upstream (2.6.24.4) 17 rokov pred

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