2
1
Bernhard Reutner-Fischer e6382c49a4 - pull "kconfig: oldconfig shall not set symbols if it does not need to" 18 жил өмнө
..
lxdialog 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
Makefile 6547bced93 - global whitespace trimming 18 жил өмнө
Makefile.kconfig 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
POTFILES.in a665ed3496 - pull kconfig from linux-2.6.21.5 18 жил өмнө
README.buildroot2 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
conf.c e6382c49a4 - pull "kconfig: oldconfig shall not set symbols if it does not need to" 18 жил өмнө
confdata.c f5b8cd4ac1 - add a version and display it in the configuration 18 жил өмнө
expr.c 543a89568e - make it compile with a C89 compiler 18 жил өмнө
expr.h 543a89568e - make it compile with a C89 compiler 18 жил өмнө
foo.h 699b63b8c4 - no features with Apple Inc. (Heikki Lindholm) 18 жил өмнө
gconf.c f5b8cd4ac1 - add a version and display it in the configuration 18 жил өмнө
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 c907326465 - forgot to svn add kconfig-language.txt 18 жил өмнө
kconfig-to-buildroot2.patch f5b8cd4ac1 - add a version and display it in the configuration 18 жил өмнө
kconfig_load.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 жил өмнө
kxgettext.c a665ed3496 - pull kconfig from linux-2.6.21.5 18 жил өмнө
lex.zconf.c_shipped 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
lkc.h 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
lkc_proto.h a665ed3496 - pull kconfig from linux-2.6.21.5 18 жил өмнө
mconf.c f5b8cd4ac1 - add a version and display it in the configuration 18 жил өмнө
menu.c 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
qconf.cc 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
qconf.h 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
symbol.c f5b8cd4ac1 - add a version and display it in the configuration 18 жил өмнө
util.c 1fc2723ca9 - add the $(BASE_TARGETS) per default 18 жил өмнө
zconf.gperf a665ed3496 - pull kconfig from linux-2.6.21.5 18 жил өмнө
zconf.hash.c_shipped a665ed3496 - pull kconfig from linux-2.6.21.5 18 жил өмнө
zconf.l 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
zconf.tab.c_shipped 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө
zconf.y 0d888e3677 - pull kbuild from 2.6.22.7. This should fix the ncurses detection for dylib et al 18 жил өмнө

README.buildroot2

This is a copy of the kconfig code in the kernel (currently 2.6.22.7) 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 .
mv Makefile Makefile.kconfig
patch -p1 < ../config/kconfig-to-buildroot2.patch
cp ../config/README.buildroot2 .
cp ../config/foo.h .
cp ../config/Makefile .
cd ..
rm -rf config
mv config.new config

Then verify the toplevel targets work:
config
defconfig
menuconfig
oldconfig