diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-13 17:38:27 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-12-13 17:38:27 +0000 |
commit | f0193353928ef963297938ead8150a6c6b8f622b (patch) | |
tree | ee411228b300fa432a96cd856614b092d9047e69 | |
parent | 9c657c82622a450dd97a3a8895ff3ee47bdf65ec (diff) | |
download | mtk-20170518-f0193353928ef963297938ead8150a6c6b8f622b.zip mtk-20170518-f0193353928ef963297938ead8150a6c6b8f622b.tar.gz mtk-20170518-f0193353928ef963297938ead8150a6c6b8f622b.tar.bz2 |
more tristate -> prompt fixes
SVN-Revision: 2656
-rwxr-xr-x | openwrt/package/raddump/Config.in | 9 | ||||
-rw-r--r-- | openwrt/package/serdisplib/Config.in | 6 | ||||
-rwxr-xr-x | openwrt/package/vgp/Config.in | 10 | ||||
-rwxr-xr-x | openwrt/package/vpnc/Config.in | 3 | ||||
-rwxr-xr-x | openwrt/package/vrrpd/Config.in | 10 |
5 files changed, 26 insertions, 12 deletions
diff --git a/openwrt/package/raddump/Config.in b/openwrt/package/raddump/Config.in index bacafe3..68f391d 100755 --- a/openwrt/package/raddump/Config.in +++ b/openwrt/package/raddump/Config.in @@ -1,8 +1,11 @@ config BR2_PACKAGE_RADDUMP - tristate "raddump........................... raddump interprets captured RADIUS packets." + prompt "raddump........................... raddump interprets captured RADIUS packets." + tristate default m if CONFIG_DEVEL select BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_LIBPCAP help - raddump interprets captured RADIUS packets to print a timestamp, packet length, RADIUS packet type, - source and destination hosts and ports, and included attribute names and values for each packet. + raddump interprets captured RADIUS packets to print a + timestamp, packet length, RADIUS packet type, source and + destination hosts and ports, and included attribute names and + values for each packet. diff --git a/openwrt/package/serdisplib/Config.in b/openwrt/package/serdisplib/Config.in index 3fb41b3..4841cc3 100644 --- a/openwrt/package/serdisplib/Config.in +++ b/openwrt/package/serdisplib/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_SERDISPLIB - tristate "serdisplib........................ a library for controlling displays" + prompt "serdisplib........................ a library for controlling displays" + tristate default m if CONFIG_DEVEL help - serdisplib is a library to drive serial and parallel displays with built-in controllers. + serdisplib is a library to drive serial and parallel displays + with built-in controllers. diff --git a/openwrt/package/vgp/Config.in b/openwrt/package/vgp/Config.in index b342684..fb787fa 100755 --- a/openwrt/package/vgp/Config.in +++ b/openwrt/package/vgp/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_VGP - tristate "vgp............................... a daemon working like Cisco(c) HSRP" + prompt "vgp............................... a daemon working like Cisco(c) HSRP" + tristate default m if CONFIG_DEVEL help - VGP (Virtual Gateway Protocol)is a very simple protocol able to work in - a way similar to Cisco(c) HSRP. It implements the idea of Virtual Gateway to provide fault tollerance (and load balancing) on your net. Each client on your net has as its default gateway the virtual gateway and not the real router. + VGP (Virtual Gateway Protocol)is a very simple protocol able to + work in a way similar to Cisco(c) HSRP. It implements the idea + of Virtual Gateway to provide fault tollerance (and load + balancing) on your net. Each client on your net has as its + default gateway the virtual gateway and not the real router. http://vgpd.freaknet.org/ diff --git a/openwrt/package/vpnc/Config.in b/openwrt/package/vpnc/Config.in index 03d909a..6727650 100755 --- a/openwrt/package/vpnc/Config.in +++ b/openwrt/package/vpnc/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_VPNC - tristate "vpnc............................. VPN client for Cisco 3000" + prompt "vpnc............................. VPN client for Cisco 3000" + tristate default m if CONFIG_DEVEL depends on BR2_PACKAGE_KMOD_TUN depends on BR2_PACKAGE_LIBGPG_ERROR diff --git a/openwrt/package/vrrpd/Config.in b/openwrt/package/vrrpd/Config.in index 84e7dbc..793d3ed 100755 --- a/openwrt/package/vrrpd/Config.in +++ b/openwrt/package/vrrpd/Config.in @@ -1,8 +1,12 @@ config BR2_PACKAGE_VRRPD - tristate "vrrpd............................. Virtual Router Redundancy Protocol daemon" + prompt "vrrpd............................. Virtual Router Redundancy Protocol daemon" + tristate default m if CONFIG_DEVEL help - VRRPd is an implementation of Virtual Router Redundancy Protocol as specified in rfc2338. - VRRPd is interoperable with other RFC-based VRRP implementations, including Cisco and Juniper, and is included as a standard feature on ImageStream routers. + VRRPd is an implementation of Virtual Router Redundancy + Protocol as specified in rfc2338. VRRPd is interoperable with + other RFC-based VRRP implementations, including Cisco and + Juniper, and is included as a standard feature on ImageStream + routers. http://www.sourceforge.net/projects/vrrpd |