-
-
Save titouanc/6081f9b6a89e8e7c422f66614b728a55 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output/build/buildroot-config/conf --help | |
output/build/buildroot-config/conf: unrecognized option '--help' | |
Usage: output/build/buildroot-config/conf [-s] [option] <kconfig-file> | |
[option] is _one_ of the following: | |
--listnewconfig List new options | |
--oldaskconfig Start a new configuration using a line-oriented program | |
--oldconfig Update a configuration using a provided .config as base | |
--syncconfig Similar to oldconfig but generates configuration in | |
include/{generated/,config/} | |
--olddefconfig Same as oldconfig but sets new symbols to their default value | |
--oldnoconfig An alias of olddefconfig | |
--defconfig <file> New config with default defined in <file> | |
--savedefconfig <file> Save the minimal current configuration to <file> | |
--allnoconfig New config where all options are answered with no | |
--allyesconfig New config where all options are answered with yes | |
--allmodconfig New config where all options are answered with mod | |
--alldefconfig New config with all symbols set to default | |
--randconfig New config with random answer to all options |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
output/build/buildroot-config/conf --help | |
output/build/buildroot-config/conf : option non reconnue '--help' | |
Usage: output/build/buildroot-config/conf [option] <kconfig-file> | |
[option] is _one_ of the following: | |
--listnewconfig List new options | |
--oldaskconfig Start a new configuration using a line-oriented program | |
--oldconfig Update a configuration using a provided .config as base | |
--silentoldconfig Same as oldconfig, but quietly, additionally update deps | |
--olddefconfig Same as silentoldconfig but sets new symbols to their default value | |
--oldnoconfig An alias of olddefconfig | |
--defconfig <file> New config with default defined in <file> | |
--savedefconfig <file> Save the minimal current configuration to <file> | |
--allnoconfig New config where all options are answered with no | |
--allyesconfig New config where all options are answered with yes | |
--allmodconfig New config where all options are answered with mod | |
--alldefconfig New config with all symbols set to default | |
--randconfig New config with random answer to all options |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment