README.buildroot 862 B

123456789101112131415161718192021
  1. --- HOWTO ---
  2. If your package uses config.guess and/or config.sub, then it probably
  3. relies on the autotools as its build system. In this case, you should
  4. use the autotools-package infrastructure, which will take care of updating
  5. the config.guess and/or config.sub files appropriately. See the
  6. Buildroot documentation for details about the autotools-package
  7. infrastructure.
  8. If for some reason your package does not use the autotools-package
  9. infrastructure, you can request the config.guess and/or config.sub
  10. files of your package to be updated by using:
  11. <pkg>_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
  12. --- UPDATE ---
  13. Run the script 'update' in this directory, and commit the result.
  14. The current Buildroot version is based on this commit of the config.git
  15. repository (leave alone on its own line, the script updates it):
  16. d7a4dee7cc25e332b990d0a6d9f0ddd42cb33cf5