1 This is a copy of the kconfig code in the kernel tweaked to suit uClibc.
4 cp -r /usr/src/linux/scripts/kconfig extra/config.new
6 cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
7 mv Makefile Makefile.kconfig
8 tar -O -xzf ../config/kconfig-to-uclibc.tar.gz | patch -p3
9 cp ../config/README.uClibc .
10 cp ../config/Makefile .
15 Then verify the toplevel targets work: