README.buildroot 621 B

12345678910111213141516171819202122232425
  1. This is a copy of the kconfig code in the kernel (currently 4.17-rc2) tweaked
  2. to suit Buildroot.
  3. To update:
  4. cp -r /usr/src/linux/scripts/kconfig support/kconfig.new
  5. cd support/kconfig.new
  6. # zconf.lex.c and zconf.tab.c needs to be generated by 'make menuconfig'
  7. mv zconf.lex.c zconf.lex.c_shipped
  8. mv zconf.tab.c zconf.tab.c_shipped
  9. rm -rf tests/
  10. cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
  11. quilt push -a
  12. # Fix any conflict
  13. cd ..
  14. rm -rf kconfig
  15. mv kconfig.new kconfig
  16. Then verify the toplevel targets work:
  17. config
  18. defconfig
  19. menuconfig
  20. nconfig
  21. xconfig
  22. gconfig
  23. oldconfig