summaryrefslogtreecommitdiffstats
path: root/package/distcc
diff options
context:
space:
mode:
Diffstat (limited to 'package/distcc')
-rw-r--r--package/distcc/Config.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/package/distcc/Config.in b/package/distcc/Config.in
index 7e1cc9f04..fef396425 100644
--- a/package/distcc/Config.in
+++ b/package/distcc/Config.in
@@ -1,8 +1,9 @@
-#
-
config BR2_PACKAGE_DISTCC
- bool"distcc"
+ bool "distcc"
default n
help
- Add help text here.
+ Distributed compiler client and server. Allows you to
+ distribute compilation of C code across several machines
+ on a network.
+ http://distcc.samba.org/