]>
Commit | Line | Data |
---|---|---|
cc3c59c9 | 1 | This is a copy of the kconfig code in the kernel tweaked to suit uClibc. |
43a95b88 MF |
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 | |
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 | ||
15 | Then verify the toplevel targets work: | |
16 | config | |
17 | defconfig | |
18 | menuconfig | |
19 | oldconfig |