more help updates from Tom Cameron

This commit is contained in:
Mike Frysinger 2004-12-26 07:36:59 +00:00
parent 450d6150c4
commit 6d9728e843
32 changed files with 102 additions and 123 deletions

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_DROPBEAR_SSHD config BR2_PACKAGE_DROPBEAR_SSHD
bool"dropbear_sshd" bool "dropbear_sshd"
default n default n
help help
A small SSH 2 server designed for small memory environments. A small SSH 2 server designed for small memory environments.

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_FAKEROOT config BR2_PACKAGE_FAKEROOT
bool"fakeroot" bool "fakeroot"
default n default n
help help
Add help text here. Run commands in an environment faking root privileges.
http://joostje.op.het.net/fakeroot/

View File

@ -1,10 +1,8 @@
#
config BR2_PACKAGE_LIBFLOAT config BR2_PACKAGE_LIBFLOAT
bool "libfloat" bool "libfloat"
default n default n
help help
Soft floating point library Soft floating point library.
http://netwinder.osuosl.org/devteam/scottb/libfloat/ http://netwinder.osuosl.org/devteam/scottb/libfloat/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_LIBGLIB12 config BR2_PACKAGE_LIBGLIB12
bool"libglib12" bool "libglib12"
default n default n
help help
Add help text here. Low-level core library that forms the basis of GTK+ and GNOME.
http://www.gtk.org/

View File

@ -1,8 +1,9 @@
#
config BR2_PACKAGE_LIBMAD config BR2_PACKAGE_LIBMAD
bool"libmad" bool "libmad"
default n default n
help help
Add help text here. High-quality MPEG audio decoder. All computations are performed
with fixed-point integer arithmetic, making it ideal for systems
without a floating-point unit.
http://www.underbit.com/products/mad/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_LIBTOOL config BR2_PACKAGE_LIBTOOL
bool"libtool" bool "libtool"
default n default n
help help
Add help text here. Library that hides the complexity of using shared/static libraries
on different platforms behind a consistent, portable interface.
http://www.gnu.org/software/libtool/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_LINKS config BR2_PACKAGE_LINKS
bool"links" bool "links"
default n default n
help help
Add help text here. Graphics and text mode WWW browser (kind of like lynx).
http://atrey.karlin.mff.cuni.cz/~clock/twibright/links

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_LINUX config BR2_PACKAGE_LINUX
bool"linux" bool "linux"
default n default n
help help
Add help text here. The Linux kernel.
http://www.kernel.org/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_LRZSZ config BR2_PACKAGE_LRZSZ
bool"lrzsz" bool "lrzsz"
default n default n
help help
Add help text here. Portable and fast implementation of the X/Y/Zmodem protocols.
http://www.ohse.de/uwe/software/lrzsz.html

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_LTP-TESTSUITE config BR2_PACKAGE_LTP-TESTSUITE
bool"ltp-testsuite" bool "ltp-testsuite"
default n default n
help help
Add help text here. The Linux Test Project provides a huge testsuite for Linux.
http://ltp.sourceforge.net/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_LTRACE config BR2_PACKAGE_LTRACE
bool"ltrace" bool "ltrace"
default n default n
help help
Add help text here. Debugging program which runs a specified command until it exits.
http://packages.debian.org/unstable/utils/ltrace.html

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_LZO config BR2_PACKAGE_LZO
bool"lzo" bool "lzo"
default n default n
help help
Add help text here. Portable lossless data compression library written in ANSI C.
http://www.oberhumer.com/opensource/lzo/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_M4 config BR2_PACKAGE_M4
bool"m4" bool "m4"
default n default n
help help
Add help text here. An implementation of the traditional Unix macro processor.
http://www.gnu.org/software/m4/m4.html

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_MAKE config BR2_PACKAGE_MAKE
bool"make" bool "make"
default n default n
help help
Add help text here. A tool which controls the generation of executables and other
non-source files of a program from the program's source files.
http://www.gnu.org/software/make/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_MICROCOM config BR2_PACKAGE_MICROCOM
bool"microcom" bool "microcom"
default n default n
help help
Add help text here. A minicom-like serial terminal emulator with scripting support.
http://microcom.port5.com/

View File

@ -1,5 +1,3 @@
#
config BR2_PACKAGE_MICROWIN config BR2_PACKAGE_MICROWIN
bool "microwin" bool "microwin"
default n default n
@ -8,4 +6,3 @@ config BR2_PACKAGE_MICROWIN
embedded enviroments. embedded enviroments.
http://microwindows.censoft.com/ http://microwindows.censoft.com/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_MKDOSFS config BR2_PACKAGE_MKDOSFS
bool"mkdosfs" bool "mkdosfs"
default n default n
help help
Add help text here. Creates a DOS FAT filesystem on a device.
ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_MKE2FS config BR2_PACKAGE_MKE2FS
bool"mke2fs" bool "mke2fs"
default n default n
help help
Add help text here. Create ext2 filesystems.
http://e2fsprogs.sourceforge.net/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_MPG123 config BR2_PACKAGE_MPG123
bool"mpg123" bool "mpg123"
default n default n
help help
Add help text here. Fast, free and portable MPEG audio player for Unix. It supports
MPEG 1.0/2.0 layers 1, 2 and 3.
http://www.mpg123.de/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_MROUTED config BR2_PACKAGE_MROUTED
bool"mrouted" bool "mrouted"
default n default n
help help
Add help text here. An implementation of the DVMRP multicast routing protocol.
http://freshmeat.net/projects/mrouted/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_NCURSES config BR2_PACKAGE_NCURSES
bool"ncurses" bool "ncurses"
default n default n
help help
Add help text here. The Ncurses (new curses) library is a free software emulation of
curses in System V Release 4.0, and more.
http://www.gnu.org/software/ncurses/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_NETKITBASE config BR2_PACKAGE_NETKITBASE
bool"netkitbase" bool "netkitbase"
default n default n
help help
Add help text here. Old-style inetd.
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_NETKITTELNET config BR2_PACKAGE_NETKITTELNET
bool"netkittelnet" bool "netkittelnet"
default n default n
help help
Add help text here. Standard Linux telnet client and server.
ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/

View File

@ -1,9 +1,9 @@
#
config BR2_PACKAGE_NETSNMP config BR2_PACKAGE_NETSNMP
bool"netsnmp" bool "netsnmp"
default n default n
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help
Add help text here. Suite of applications used to implement SNMP v1, SNMP v2c, and
SNMP v3 using both IPv4 and IPv6.
http://net-snmp.sourceforge.net/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_NEWT config BR2_PACKAGE_NEWT
bool"newt" bool "newt"
default n default n
help help
Add help text here. Programming library for color text mode, widget based user interfaces.
http://www.redhat.com/

View File

@ -1,9 +1,9 @@
#
config BR2_PACKAGE_OPENSSH config BR2_PACKAGE_OPENSSH
bool"openssh" bool "openssh"
default n default n
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help
Add help text here. A free version of the SSH protocol suite of network connectivity
tools. The standard 'ssh', 'sshd', 'scp', and friends.
http://www.openssh.com/

View File

@ -1,8 +1,10 @@
#
config BR2_PACKAGE_OPENSSL config BR2_PACKAGE_OPENSSL
bool"openssl" bool "openssl"
default n default n
help help
Add help text here. A collaborative effort to develop a robust, commercial-grade, fully
featured, and Open Source toolkit implementing the Secure Sockets
Layer (SSL v2/v3) and Transport Security (TLS v1) as well as a
full-strength general-purpose cryptography library.
http://www.openssl.org/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_PATCH config BR2_PACKAGE_PATCH
bool"patch" bool "patch"
default n default n
help help
Add help text here. Take patch files (containing difference listings) and apply them
to original files, producing patched versions.
http://www.gnu.org/software/patch/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_PCMCIA config BR2_PACKAGE_PCMCIA
bool"pcmcia" bool "pcmcia"
default n default n
help help
Add help text here. PCMCIA tools for Linux.
http://pcmcia-cs.sourceforge.net/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_PPPD config BR2_PACKAGE_PPPD
bool"pppd" bool "pppd"
default n default n
help help
Add help text here. An implementation of the Point-to-point protocol.
http://www.samba.org/ppp/

View File

@ -1,8 +1,7 @@
#
config BR2_PACKAGE_RAIDTOOLS config BR2_PACKAGE_RAIDTOOLS
bool"raidtools" bool "raidtools"
default n default n
help help
Add help text here. Utilities to support 'old-style' RAID disks.
http://people.redhat.com/mingo/raidtools/

View File

@ -1,8 +1,8 @@
#
config BR2_PACKAGE_TAR config BR2_PACKAGE_TAR
bool"tar" bool "tar"
default n default n
help help
Add help text here. A program that saves many files together into a single tape or disk
archive, and can restore individual files from the archive.
http://www.gnu.org/software/tar/