2011-08-31 23:35:06 +02:00
|
|
|
--- HOWTO ---
|
|
|
|
If your package uses config.guess and/or config.sub, then it probably
|
|
|
|
relies on the autotools as its build system. In this case, you should
|
2012-07-03 00:07:08 +02:00
|
|
|
use the autotools-package infrastructure, which will take care of updating
|
2011-08-31 23:35:06 +02:00
|
|
|
the config.guess and/or config.sub files appropriately. See the
|
2012-07-03 00:07:08 +02:00
|
|
|
Buildroot documentation for details about the autotools-package
|
2011-08-31 23:35:06 +02:00
|
|
|
infrastructure.
|
|
|
|
|
2012-07-03 00:07:08 +02:00
|
|
|
If for some reason your package does not use the autotools-package
|
2011-08-31 23:35:06 +02:00
|
|
|
infrastructure, you can request the config.guess and/or config.sub
|
|
|
|
files of your package to be updated by using:
|
|
|
|
|
2019-05-28 22:34:12 +02:00
|
|
|
<pkg>_POST_PATCH_HOOKS += UPDATE_CONFIG_HOOK
|
2011-08-31 23:35:06 +02:00
|
|
|
|
|
|
|
--- UPDATE ---
|
2020-05-09 13:00:38 +02:00
|
|
|
Run the script 'update' in this directory, and commit the result.
|
2011-08-31 23:35:06 +02:00
|
|
|
|
2020-05-09 13:00:38 +02:00
|
|
|
The current Buildroot version is based on this commit of the config.git
|
|
|
|
repository (leave alone on its own line, the script updates it):
|
2011-08-31 23:35:06 +02:00
|
|
|
|
2020-09-27 10:46:12 +02:00
|
|
|
d7a4dee7cc25e332b990d0a6d9f0ddd42cb33cf5
|