mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
merge help descriptions written by Tom Cameron
This commit is contained in:
parent
ab798b88d9
commit
0333aa2d67
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_HOSTAP
|
config BR2_PACKAGE_HOSTAP
|
||||||
bool "hostap"
|
bool "hostap"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Linux driver for wireless LAN cards based on Intersil's
|
||||||
|
Prism2/2.5/3 chipset.
|
||||||
|
|
||||||
|
http://hostap.epitest.fi/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_HOTPLUG
|
config BR2_PACKAGE_HOTPLUG
|
||||||
bool "hotplug"
|
bool "hotplug"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Plug in new devices and use them immediately.
|
||||||
|
|
||||||
|
http://linux-hotplug.sourceforge.net/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_JPEG
|
config BR2_PACKAGE_JPEG
|
||||||
bool "jpeg"
|
bool "jpeg"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
The ubiquitous C library for manipulating JPEG images.
|
||||||
|
|
||||||
|
http://www.ijg.org/
|
||||||
|
@ -1,10 +1,14 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_OPENVPN
|
config BR2_PACKAGE_OPENVPN
|
||||||
bool "openvpn"
|
bool "openvpn"
|
||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_LZO
|
select BR2_PACKAGE_LZO
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
help
|
help
|
||||||
Add help text here.
|
OpenVPN is a full-featured SSL VPN solution which can
|
||||||
|
accomodate a wide range of configurations, including road
|
||||||
|
warrior access, home/office/campus telecommuting, WiFi
|
||||||
|
security, secure branch office linking, and enterprise-scale
|
||||||
|
remote access solutions with load balancing, failover, and
|
||||||
|
fine-grained access-controls.
|
||||||
|
|
||||||
|
http://openvpn.sourceforge.net/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_RXVT
|
config BR2_PACKAGE_RXVT
|
||||||
bool "rxvt"
|
bool "rxvt"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
A nice small colour vt102 X terminal emulator.
|
||||||
|
|
||||||
|
http://www.rxvt.org/
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_SFDISK
|
config BR2_PACKAGE_SFDISK
|
||||||
bool "sfdisk"
|
bool "sfdisk"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Partition table manipulator for Linux.
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_SLANG
|
config BR2_PACKAGE_SLANG
|
||||||
bool "slang"
|
bool "slang"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Multi-platform console display library.
|
||||||
|
|
||||||
|
http://www.s-lang.org/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_SOCAT
|
config BR2_PACKAGE_SOCAT
|
||||||
bool "socat"
|
bool "socat"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Multipurpose socket relay program.
|
||||||
|
|
||||||
|
http://www.dest-unreach.org/socat/
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_TINYLOGIN
|
config BR2_PACKAGE_TINYLOGIN
|
||||||
bool "tinylogin"
|
bool "tinylogin"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Suite of tiny Unix utilities for handling logging into,
|
||||||
|
being authenticated by, changing one's password for, and
|
||||||
|
otherwise maintaining users and groups on an embedded system.
|
||||||
|
|
||||||
|
http://tinylogin.busybox.net/
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_TINYX
|
config BR2_PACKAGE_TINYX
|
||||||
bool "tinyx"
|
bool "tinyx"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
A tiny X server. Also known as 'Xfbdev' and 'kdrive'.
|
||||||
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_TN5250
|
config BR2_PACKAGE_TN5250
|
||||||
bool "tn5250"
|
bool "tn5250"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Telnet client that emulates 5250 terminals and printers.
|
||||||
|
|
||||||
|
http://tn5250.sourceforge.net/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_TTCP
|
config BR2_PACKAGE_TTCP
|
||||||
bool "ttcp"
|
bool "ttcp"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Benchmarking tool for determining TCP and UDP performance.
|
||||||
|
|
||||||
|
ftp://ftp.sunet.se/pub/network/monitoring/ttcp/
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_UDHCP
|
config BR2_PACKAGE_UDHCP
|
||||||
bool "udhcp"
|
bool "udhcp"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
An embedded dhcp server/client package that strives to be
|
||||||
|
fully functional, RFC compliant, and really tiny.
|
||||||
|
|
||||||
|
http://udhcp.busybox.net/
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_VALGRIND
|
config BR2_PACKAGE_VALGRIND
|
||||||
bool "valgrind"
|
bool "valgrind"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Tool for debugging and profiling Linux programs.
|
||||||
|
|
||||||
|
http://valgrind.kde.org/
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
#
|
|
||||||
|
|
||||||
config BR2_PACKAGE_VTUN
|
config BR2_PACKAGE_VTUN
|
||||||
bool "vtun"
|
bool "vtun"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Add help text here.
|
Tool for easily creating Virtual Tunnels over TCP/IP networks
|
||||||
|
with traffic shaping, compression, and encryption.
|
||||||
|
|
||||||
|
It supports IP, PPP, SLIP, Ethernet and other tunnel types.
|
||||||
|
|
||||||
|
http://vtun.sourceforge.net/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user