OSDN Git Service

- pull kconfig from 2.6.25.4
[uclinux-h8/uClibc.git] / extra / config / README.uClibc
1 This is a copy of the kconfig code in the kernel tweaked to suit uClibc.
2
3 To update:
4         cp -r /usr/src/linux/scripts/kconfig extra/config.new
5         cd extra/config.new
6         cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
7         mv Makefile Makefile.kconfig
8         patch -p1 < ../config/kconfig-to-uclibc.patch
9         cp ../config/README.uClibc .
10         cd ..
11         rm -rf config
12         mv config.new config
13
14 Then verify the toplevel targets work:
15         config
16         defconfig
17         menuconfig
18         oldconfig