Mike Frysinger 21 rokov pred
rodič
commit
1eda52851f

+ 3 - 4
package/bash/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_BASH
-	bool"bash"
+	bool "bash"
 	default n
 	help
-	  Add help text here.
+	  The standard GNU Bourne again shell.
 
+	  http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html

+ 8 - 4
package/coreutils/Config.in

@@ -1,8 +1,12 @@
-#
-
 config BR2_PACKAGE_COREUTILS
-	bool"coreutils"
+	bool "coreutils"
 	default n
 	help
-	  Add help text here.
+	  All of the basic file/text/shell utilities.
+
+	  Things like:
+	  - chmod, cp, dd, dir, ls, etc...
+	  - sort, tr, head, tail, wc, etc...
+	  - whoami, who, etc...
 
+	  http://www.gnu.org/software/coreutils/

+ 5 - 4
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/

+ 4 - 4
package/dnsmasq/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_DNSMASQ
-	bool"dnsmasq"
+	bool "dnsmasq"
 	default n
 	help
-	  Add help text here.
+	  A lightweight DNS and DHCP server.  It is intended to provide 
+	  coupled DNS and DHCP service to a LAN.
 
+	  http://www.thekelleys.org.uk/dnsmasq/

+ 2 - 3
package/dropbear_sshd/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_DROPBEAR_SSHD
 	bool"dropbear_sshd"
 	default n
 	help
-	  Add help text here.
+	  A small SSH 2 server designed for small memory environments.
 
+	  http://matt.ucc.asn.au/dropbear/

+ 4 - 4
package/file/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_FILE
-	bool"file"
+	bool "file"
 	default n
 	help
-	  Add help text here.
+	  Program to identify a file's format by scanning binary data 
+	  for known patterns.
 
+	  ftp://ftp.astron.com/pub/file/

+ 3 - 4
package/grep/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_GREP
-	bool"grep"
+	bool "grep"
 	default n
 	help
-	  Add help text here.
+	  The GNU regular expression matcher.
 
+	  http://www.gnu.org/software/grep/grep.html

+ 4 - 4
package/gzip/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_GZIP
-	bool"gzip"
+	bool "gzip"
 	default n
 	help
-	  Add help text here.
+	  Standard GNU compressor.  Provides things like gzip, 
+	  gunzip, gzcat, etc...
 
+	  http://www.gnu.org/software/gzip/gzip.html

+ 3 - 4
package/less/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_LESS
-	bool"less"
+	bool "less"
 	default n
 	help
-	  Add help text here.
+	  Excellent text file viewer.
 
+	  http://www.greenwoodsoftware.com/

+ 4 - 4
package/ntp/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_NTP
-	bool"ntp"
+	bool "ntp"
 	default n
 	help
-	  Add help text here.
+	  Network Time Protocol suite/programs.
+	  Provides things like ntpd, ntpdate, ntpq, etc...
 
+	  http://www.ntp.org/

+ 4 - 4
package/pciutils/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_PCIUTILS
-	bool"pciutils"
+	bool "pciutils"
 	default n
 	help
-	  Add help text here.
+	  Various utilities dealing with the PCI bus.
+	  Provides things like setpci and lspci.
 
+	  http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html

+ 4 - 4
package/procps/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_PROCPS
-	bool"procps"
+	bool "procps"
 	default n
 	help
-	  Add help text here.
+	  Standard informational utilities and process-handling tools.
+	  Provides things like kill, ps, uptime, free, top, etc...
 
+	  http://procps.sourceforge.net/

+ 3 - 4
package/python/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_PYTHON
-	bool"python"
+	bool "python"
 	default n
 	help
-	  Add help text here.
+	  The python language interpreter.
 
+	  http://www.python.org/

+ 3 - 4
package/rsync/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_RSYNC
-	bool"rsync"
+	bool "rsync"
 	default n
 	help
-	  Add help text here.
+	  File transfer program to keep remote files in sync.
 
+	  http://rsync.samba.org/

+ 4 - 3
package/sed/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_SED
 	bool "sed"
 	default n
 	help
-	  Most people will answer Y.
+	  Super-useful stream editor.
 
+	  http://sed.sourceforge.net/
+
+	  Most people will answer Y.

+ 5 - 4
package/strace/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_STRACE
-	bool"strace"
+	bool "strace"
 	default n
 	help
-	  Add help text here.
+	  A useful diagnostic, instructional, and debugging tool.
+	  Allows you to track what system calls a program makes 
+	  while it is running.
 
+	  http://sourceforge.net/projects/strace/

+ 5 - 4
package/util-linux/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_UTIL-LINUX
-	bool"util-linux"
+	bool "util-linux"
 	default n
 	help
-	  Add help text here.
+	  Various useful/essential Linux utilities.
+
+	  Things like mkfs, mkswap, swapon, fdisk, mount, dmesg, etc...
 
+	  http://www.kernel.org/pub/linux/utils/util-linux/

+ 3 - 4
package/wget/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_WGET
-	bool"wget"
+	bool "wget"
 	default n
 	help
-	  Add help text here.
+	  Network utility to retrieve files from http/ftp/etc...
 
+	  http://wget.sunsite.dk/

+ 4 - 4
package/zlib/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_ZLIB
-	bool"zlib"
+	bool "zlib"
 	default n
 	help
-	  Add help text here.
+	  Standard (de)compression library.  Used by things like 
+	  gzip and libpng.
 
+	  http://www.gzip.org/zlib/