From 7774a48b5d293a48742bc8082f5b58e0e46ad4b4 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 8 Jul 2016 22:02:20 +0200 Subject: [PATCH] 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 --- package/imx-usb-loader/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2