summaryrefslogtreecommitdiffstats
path: root/rules/busybox.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2004-01-27 13:58:44 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2004-01-27 13:58:44 +0000
commita1b7518885a5ef443c344d67c6c0dfe5cd77852a (patch)
tree97dd7544eb683bd40ade57b4d6ef5911e0d92713 /rules/busybox.in
parent6c1769e8a16baf3a576ae4ae1e7722fabf7b93d7 (diff)
downloadptxdist-a1b7518885a5ef443c344d67c6c0dfe5cd77852a.tar.gz
ptxdist-a1b7518885a5ef443c344d67c6c0dfe5cd77852a.tar.xz
Added help messages.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@993 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/busybox.in')
-rw-r--r--rules/busybox.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/busybox.in b/rules/busybox.in
index a55a9b37c..531260e67 100644
--- a/rules/busybox.in
+++ b/rules/busybox.in
@@ -3,6 +3,12 @@ menu "BusyBox "
config BUSYBOX
bool
prompt "Compile Busybox"
+ help
+ BusyBox is the Swiss Army Knife of embedded Linux. It is a
+ multi call program which hosts nearly all important unix
+ tools in one small executable.
+
+ For more information see http://www.busybox.net
source "config/busybox-1.0.0-pre5/sysdeps/linux/Config.in"