]> Git Repo - uclibc-ng.git/blame - extra/config/README.uClibc
tmp
[uclibc-ng.git] / extra / config / README.uClibc
CommitLineData
cc3c59c9 1This is a copy of the kconfig code in the kernel tweaked to suit uClibc.
43a95b88
MF
2
3To 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
e286a674 8 tar -O -xzf ../config/kconfig-to-uclibc.tar.gz | patch -p3
04678127 9 cp ../config/README.uClibc .
7738ddaa 10 cp ../config/Makefile .
43a95b88
MF
11 cd ..
12 rm -rf config
13 mv config.new config
14
15Then verify the toplevel targets work:
16 config
17 defconfig
18 menuconfig
19 oldconfig
This page took 0.1055 seconds and 4 git commands to generate.