[Buildroot] [git commit] tslib: correct option text

Peter Korsgaard jacmet at sunsite.dk
Thu Apr 11 14:07:34 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=62c92adb5cfd46eca8b806da816a906faf4465bb
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Option text should only be the package name, descriptions go in help text.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/tslib/Config.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/tslib/Config.in b/package/tslib/Config.in
index 76f1349..73b35df 100644
--- a/package/tslib/Config.in
+++ b/package/tslib/Config.in
@@ -1,5 +1,5 @@
 config BR2_PACKAGE_TSLIB
-	bool "libts - The Touchscreen tslib Library"
+	bool "tslib"
 	help
 	    http://tslib.berlios.de/
 


More information about the buildroot mailing list