README.uClibc 483 B

123456789101112131415161718
  1. This is a copy of the kconfig code in the kernel tweaked to suite 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. patch -p1 < ../config/kconfig-to-uclibc.patch
  8. cp ../config/conf-header.sh ../config/README.uClibc .
  9. cd ..
  10. rm -rf config
  11. mv config.new config
  12. Then verify the toplevel targets work:
  13. config
  14. defconfig
  15. menuconfig
  16. oldconfig