Add package name and short description to Config.in prompt
SVN-Revision: 954
This commit is contained in:
parent
60c5881e26
commit
4700fd588c
@ -1,6 +1,9 @@
|
||||
config BR2_PACKAGE_ARPTABLES
|
||||
tristate "ARP Firewalling"
|
||||
tristate "arptables - ARP firewall administration utility"
|
||||
default m if CONFIG_DEVEL
|
||||
help
|
||||
ARP Firewalling (arptables)
|
||||
|
||||
http://ebtables.sourceforge.net/
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
config BR2_PACKAGE_ARPWATCH
|
||||
tristate "arpwatch"
|
||||
tristate "arpwatch - Ethernet station activity monitor"
|
||||
default m if CONFIG_DEVEL
|
||||
help
|
||||
Ethernet monitor program for keeping track of ethernet/ip address pairings
|
||||
|
@ -1,8 +1,10 @@
|
||||
config BR2_PACKAGE_BRIDGE
|
||||
tristate "Ethernet bridging support"
|
||||
tristate "bridge - Ethernet bridging configuration utility"
|
||||
default y
|
||||
help
|
||||
Manage ethernet bridging; a way to connect networks together to
|
||||
form a larger network.
|
||||
|
||||
http://bridge.sourceforge.net/
|
||||
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_CIFSMOUNT
|
||||
tristate "mount.cifs"
|
||||
tristate "cifsmount - Helper utility for mounting remote CIFS shares"
|
||||
default m if CONFIG_DEVEL
|
||||
help
|
||||
user space helper for mounting remote CIFS shares
|
||||
An user space helper for mounting remote CIFS shares
|
||||
|
@ -1,8 +1,9 @@
|
||||
config BR2_PACKAGE_DNSMASQ
|
||||
tristate "dnsmasq"
|
||||
tristate "dnsmasq - Lightweight DNS and DHCP server"
|
||||
default y
|
||||
help
|
||||
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/
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
config BR2_PACKAGE_DROPBEAR
|
||||
tristate "SSH Server/Client"
|
||||
tristate "dropbear - Small SSH 2 client/server"
|
||||
default y
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
dropbear
|
||||
|
||||
A small SSH 2 server/client designed for small memory environments.
|
||||
|
||||
http://matt.ucc.asn.au/dropbear/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user