Commit 1eda5285 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

help text

parent 5284494a
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
#

config BR2_PACKAGE_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
Original line number Diff line number Diff line
#

config BR2_PACKAGE_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
Original line number Diff line number Diff line
#

config BR2_PACKAGE_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
Original line number Diff line number Diff line
#

config BR2_PACKAGE_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
Original line number Diff line number Diff line
#

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