2
1
Эх сурвалжийг харах

merge help descriptions written by Tom Cameron

Mike Frysinger 20 жил өмнө
parent
commit
ab798b88d9

+ 4 - 4
package/autoconf/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_AUTOCONF
-	bool"autoconf"
+	bool "autoconf"
 	default n
 	help
-	  Add help text here.
+	  Extensible program for developing configure scripts.  These 
+	  scripts handle all the mundane system/feature detection.
 
+	  http://www.gnu.org/software/autoconf/

+ 4 - 4
package/automake/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_AUTOMAKE
-	bool"automake"
+	bool "automake"
 	default n
 	help
-	  Add help text here.
+	  Tool for automatically generating Makefile's for input to 
+	  configure scripts (made by autoconf).
 
+	  http://www.gnu.org/software/automake/

+ 4 - 4
package/berkeleydb/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_BERKELEYDB
-	bool"berkeleydb"
+	bool "berkeleydb"
 	default n
 	help
-	  Add help text here.
+	  The Berkeley database.  A very common library for database 
+	  applications.
 
+	  http://www.sleepycat.com/products/db.shtml

+ 5 - 4
package/bison/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_BISON
-	bool"bison"
+	bool "bison"
 	default n
 	help
-	  Add help text here.
+	  General-purpose parser generator that converts a 
+	  grammar description for an LALR context-free grammar into a C 
+	  program to parse that grammar.
 
+	  http://www.gnu.org/software/bison/

+ 4 - 4
package/boa/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_BOA
-	bool"boa"
+	bool "boa"
 	default n
 	help
-	  Add help text here.
+	  A very small and very fast http daemon.  Not intended as 
+	  a feature-packed server.
 
+	  http://www.boa.org/

+ 4 - 4
package/bridge/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_BRIDGE
-	bool"bridge"
+	bool "bridge"
 	default n
 	help
-	  Add help text here.
+	  Manage ethernet bridging; a way to connect networks together to 
+	  form a larger network.
 
+	  http://bridge.sourceforge.net/

+ 6 - 4
package/bzip2/Config.in

@@ -1,8 +1,10 @@
-#
-
 config BR2_PACKAGE_BZIP2
-	bool"bzip2"
+	bool "bzip2"
 	default n
 	help
-	  Add help text here.
+	  Freely available, patent free, high-quality data compressor.  
+	  It typically compresses files to within 10% to 15% of the best 
+	  available techniques, while being around twice as fast at 
+	  compression and six times faster at decompression.
 
+	  http://sources.redhat.com/bzip2/

+ 3 - 1
package/coreutils/Config.in

@@ -2,7 +2,9 @@ config BR2_PACKAGE_COREUTILS
 	bool "coreutils"
 	default n
 	help
-	  All of the basic file/text/shell utilities.
+	  All of the basic file/text/shell utilities.  These are the 
+	  core utilities which are expected to exist on every system.  
+	  Busybox implements many of the most common.
 
 	  Things like:
 	  - chmod, cp, dd, dir, ls, etc...

+ 3 - 4
package/customize/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_CUSTOMIZE
-	bool"customize"
+	bool "customize"
 	default n
 	help
-	  Add help text here.
+	  Add custom stuff to your buildroot.
 
+	  (edit package/customize/customize.mk)

+ 3 - 4
package/dhcp_relay/Config.in

@@ -1,8 +1,7 @@
-#
-
 config BR2_PACKAGE_DHCP_RELAY
-	bool"dhcp_relay"
+	bool "dhcp_relay"
 	default n
 	help
-	  Add help text here.
+	  DHCP relay agent from the ISC DHCP distribution.
 
+	  http://www.isc.org/products/DHCP

+ 5 - 4
package/ed/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_ED
-	bool"ed"
+	bool "ed"
 	default n
 	help
-	  Add help text here.
+	  A line-oriented text editor.  Used to create, display, modify, 
+	  and otherwise manipulate text files.  Often used in scripts 
+	  rather than invoked directly.
 
+	  http://www.gnu.org/software/ed/

+ 4 - 4
package/flex/Config.in

@@ -1,8 +1,8 @@
-#
-
 config BR2_PACKAGE_FLEX
-	bool"flex"
+	bool "flex"
 	default n
 	help
-	  Add help text here.
+	  A fast lexical analyser generator.  A tool for generating 
+	  programs that perform pattern-matching on text.
 
+	  http://www.gnu.org/software/flex/

+ 5 - 4
package/gawk/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_GAWK
-	bool"gawk"
+	bool "gawk"
 	default n
 	help
-	  Add help text here.
+	  A special-purpose programming language which is data driven 
+	  rather than procedural.  Allows for simple data-reformatting jobs 
+	  with just a few lines of code.
 
+	  http://www.gnu.org/software/gawk/

+ 5 - 4
package/gettext/Config.in

@@ -1,8 +1,9 @@
-#
-
 config BR2_PACKAGE_GETTEXT
-	bool"gettext"
+	bool "gettext"
 	default n
 	help
-	  Add help text here.
+	  The GNU `gettext' utilities are a set of tools that provide a 
+	  framework to help other GNU packages produce multi-lingual 
+	  messages.
 
+	  http://www.gnu.org/software/gettext/