[Buildroot] [PATCH] e2tools/host: remove hyphen

Gustavo Zacarias gustavo at zacarias.com.ar
Thu Mar 26 21:30:07 UTC 2015


All the other host packages that have a menu entry use a space, so make
it consistent.

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/e2tools/Config.in.host | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/e2tools/Config.in.host b/package/e2tools/Config.in.host
index 772262a..859c47b 100644
--- a/package/e2tools/Config.in.host
+++ b/package/e2tools/Config.in.host
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_HOST_E2TOOLS
-	bool "host-e2tools"
+	bool "host e2tools"
 	select BR2_PACKAGE_HOST_E2FSPROGS
 	help
 	  E2tools is a simple set of GPL'ed utilities to read, write,
-- 
2.0.5



More information about the buildroot mailing list