diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-08 22:02:20 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-08 22:03:06 +0200 |
commit | 7774a48b5d293a48742bc8082f5b58e0e46ad4b4 (patch) | |
tree | 78b4d16d598eeb1ca7c2c2f5711ed5e352e337fc | |
parent | a249206e103e95e2f8e75e3b89a6ea0a8d4118d0 (diff) | |
download | buildroot-7774a48b5d293a48742bc8082f5b58e0e46ad4b4.tar.gz buildroot-7774a48b5d293a48742bc8082f5b58e0e46ad4b4.zip |
imx-usb-loader: remove - from prompt
The prompt of all host packages is "host foo", except for imx-usb-loader
that uses "host-foo", and more precisely "host-imx-usb loader", which is
really weird. This commit fixes this inconsistency.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/imx-usb-loader/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/imx-usb-loader/Config.in.host b/package/imx-usb-loader/Config.in.host index aefa01b2b4..a4a0f88531 100644 --- a/package/imx-usb-loader/Config.in.host +++ b/package/imx-usb-loader/Config.in.host @@ -1,5 +1,5 @@ config BR2_PACKAGE_HOST_IMX_USB_LOADER - bool "host-imx-usb loader" + bool "host imx-usb-loader" depends on BR2_arm help This package contains tools to download and execute code |