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