1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 20:29:28 +03:00

Add package name and short description to Config.in prompt

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@954 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-05-19 16:25:26 +00:00
parent 75821c2390
commit acd7d8c17b
6 changed files with 20 additions and 14 deletions

View File

@ -1,6 +1,9 @@
config BR2_PACKAGE_ARPTABLES config BR2_PACKAGE_ARPTABLES
tristate "ARP Firewalling" tristate "arptables - ARP firewall administration utility"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
ARP Firewalling (arptables) ARP Firewalling (arptables)
http://ebtables.sourceforge.net/ http://ebtables.sourceforge.net/

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_ARPWATCH config BR2_PACKAGE_ARPWATCH
tristate "arpwatch" tristate "arpwatch - Ethernet station activity monitor"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
Ethernet monitor program for keeping track of ethernet/ip address pairings Ethernet monitor program for keeping track of ethernet/ip address pairings

View File

@ -1,8 +1,10 @@
config BR2_PACKAGE_BRIDGE config BR2_PACKAGE_BRIDGE
tristate "Ethernet bridging support" tristate "bridge - Ethernet bridging configuration utility"
default y default y
help help
Manage ethernet bridging; a way to connect networks together to Manage ethernet bridging; a way to connect networks together to
form a larger network. form a larger network.
http://bridge.sourceforge.net/ http://bridge.sourceforge.net/

View File

@ -1,5 +1,6 @@
config BR2_PACKAGE_CIFSMOUNT config BR2_PACKAGE_CIFSMOUNT
tristate "mount.cifs" tristate "cifsmount - Helper utility for mounting remote CIFS shares"
default m if CONFIG_DEVEL default m if CONFIG_DEVEL
help help
user space helper for mounting remote CIFS shares An user space helper for mounting remote CIFS shares

View File

@ -1,8 +1,9 @@
config BR2_PACKAGE_DNSMASQ config BR2_PACKAGE_DNSMASQ
tristate "dnsmasq" tristate "dnsmasq - Lightweight DNS and DHCP server"
default y default y
help help
A lightweight DNS and DHCP server. It is intended to provide A lightweight DNS and DHCP server. It is intended to provide
coupled DNS and DHCP service to a LAN. coupled DNS and DHCP service to a LAN.
http://www.thekelleys.org.uk/dnsmasq/ http://www.thekelleys.org.uk/dnsmasq/

View File

@ -1,10 +1,9 @@
config BR2_PACKAGE_DROPBEAR config BR2_PACKAGE_DROPBEAR
tristate "SSH Server/Client" tristate "dropbear - Small SSH 2 client/server"
default y default y
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
dropbear
A small SSH 2 server/client designed for small memory environments. A small SSH 2 server/client designed for small memory environments.
http://matt.ucc.asn.au/dropbear/ http://matt.ucc.asn.au/dropbear/