help text

This commit is contained in:
Mike Frysinger 2004-10-14 20:33:45 +00:00
parent 5284494abe
commit 1eda52851f
19 changed files with 75 additions and 74 deletions

View File

@ -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

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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

View File

@ -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

View File

@ -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/

View File

@ -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/

View File

@ -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

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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.

View File

@ -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/

View File

@ -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/

View File

@ -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/

View File

@ -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/