README.buildroot 451 B

123456789101112131415161718192021
  1. This is a copy of the kconfig code in the kernel (currently 3.13-rc5) 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. cp -a ../kconfig/patches ../kconfig/README.buildroot ../kconfig/.gitignore .
  7. quilt push -a
  8. # Fix any conflict
  9. cd ..
  10. rm -rf kconfig
  11. mv kconfig.new kconfig
  12. Then verify the toplevel targets work:
  13. config
  14. defconfig
  15. menuconfig
  16. xconfig
  17. gconfig
  18. oldconfig