diff options
| author | Marcus Hoffmann <m.hoffmann@cartelsol.com> | 2017-02-28 12:21:29 +0100 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-02-28 15:54:18 +0100 |
| commit | 6395652c0a7101bfe5c1ca65d2c8a740fd45ba64 (patch) | |
| tree | c23d4fff4d71579bbe478a61ca6c90847cee6992 /package/genimage | |
| parent | 39b5a72ee504f146c8d395048f6784ffdc23924b (diff) | |
| download | buildroot-6395652c0a7101bfe5c1ca65d2c8a740fd45ba64.tar.gz buildroot-6395652c0a7101bfe5c1ca65d2c8a740fd45ba64.zip | |
genimage: Fix typo in description
Signed-off-by: Marcus Hoffmann <m.hoffmann@cartelsol.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/genimage')
| -rw-r--r-- | package/genimage/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/genimage/Config.in.host b/package/genimage/Config.in.host index acf777c8bf..5c5a8a8a2c 100644 --- a/package/genimage/Config.in.host +++ b/package/genimage/Config.in.host @@ -5,7 +5,7 @@ config BR2_PACKAGE_HOST_GENIMAGE images from a given root filesystem tree. genimage is intended to be run in a fakeroot environment. - Configuration is done is a config file parsed by + Configuration is done in a config file parsed by libconfuse. Options like the path to tools can be given in environment variables, the config file or commandline switches. |

