]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/extra/config/README.uClibc
Inital import
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / 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         zcat ../config/kconfig-to-uclibc.patch.gz | patch -p1
9         cp ../config/README.uClibc .
10         cp ../config/Makefile .
11         cd ..
12         rm -rf config
13         mv config.new config
14
15 Then verify the toplevel targets work:
16         config
17         defconfig
18         menuconfig
19         oldconfig