README.uClibc 495 B

12345678910111213141516171819
  1. This is a copy of the kconfig code in the kernel tweaked to suit uClibc.
  2. To update:
  3. cp -r /usr/src/linux/scripts/kconfig extra/config.new
  4. cd extra/config.new
  5. cp /usr/src/linux/Documentation/kbuild/kconfig-language.txt .
  6. mv Makefile Makefile.kconfig
  7. tar -O -xzf ../config/kconfig-to-uclibc.tar.gz | patch -p3
  8. cp ../config/README.uClibc .
  9. cp ../config/Makefile .
  10. cd ..
  11. rm -rf config
  12. mv config.new config
  13. Then verify the toplevel targets work:
  14. config
  15. defconfig
  16. menuconfig
  17. oldconfig