Changeset 2713

Show
Ignore:
Timestamp:
06/05/07 15:45:58 (2 years ago)
Author:
tg
Message:

unsubmenuise configuration of these
Closes: #305, #306, #307, #308

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/iproute2/Config.in

    r2504 r2713  
    22        tristate 
    33        default n 
    4         depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC 
    5  
    6 config FWRT_SHOW_IPROUTE2 
    7         bool     "iproute2.......................... iproute2 package (ip/tc)" 
    8         default n 
    94 
    105config FWRT_PACKAGE_IP 
    11         prompt   "ip................................ A routing control utility" 
     6        prompt   "ip................................ iproute2 routing control utility" 
    127        tristate 
    138        default n 
    149        select FWRT_COMPILE_IPROUTE2 
    15         depends on FWRT_SHOW_IPROUTE2 
    1610        depends on ! BUSYBOX_CONFIG_IP 
    1711 
    1812comment  "ip................................ Already provided by Busybox" 
    19         depends on FWRT_SHOW_IPROUTE2 
    2013        depends on BUSYBOX_CONFIG_IP 
    2114 
    2215config FWRT_PACKAGE_TC 
    23         prompt   "tc................................ A traffic control utility" 
     16        prompt   "tc................................ iproute2 traffic control utility" 
    2417        tristate 
    2518        default n 
    26         depends on FWRT_SHOW_IPROUTE2 
    2719        select FWRT_COMPILE_IPROUTE2 
    2820        help 
  • trunk/freewrt/package/net-snmp/Config.in

    r1112 r2713  
    33        default n 
    44 
    5 config FWRT_DUMMY_NET_SNMP 
    6         bool 
    7         prompt "net-snmp.......................... SNMP Server and Client packages" 
    8  
    95config FWRT_PACKAGE_LIBNETSNMP 
    10         prompt "libnetsnmp...................... SNMP shared libraries" 
     6        prompt "net-snmp-libs..................... SNMP shared libraries" 
    117        tristate 
    128        default n 
    13         depends FWRT_DUMMY_NET_SNMP 
    149        select FWRT_COMPILE_NET_SNMP 
    1510        select FWRT_PACKAGE_LIBELF 
    1611        help 
    17           Simple Network Management Protocol (SNMP) is a widely used  
    18           protocol for monitoring the health and welfare of network  
    19           equipment (eg. routers), computer equipment and even devices  
    20           like UPSs. Net-SNMP is a suite of applications used to implement  
     12          Simple Network Management Protocol (SNMP) is a widely used 
     13          protocol for monitoring the health and welfare of network 
     14          equipment (eg. routers), computer equipment and even devices 
     15          like UPSs. Net-SNMP is a suite of applications used to implement 
    2116          SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. 
    2217           
     
    2621 
    2722config FWRT_PACKAGE_SNMP_UTILS 
    28         prompt "snmp-utils...................... SNMP client utilities" 
     23        prompt "net-snmp-utils.................... SNMP client utilities" 
    2924        tristate 
    3025        default n 
    31         depends FWRT_DUMMY_NET_SNMP 
    3226        select FWRT_PACKAGE_LIBNETSNMP 
    3327        help 
    34           Simple Network Management Protocol (SNMP) is a widely used  
    35           protocol for monitoring the health and welfare of network  
    36           equipment (eg. routers), computer equipment and even devices  
    37           like UPSs. Net-SNMP is a suite of applications used to implement  
     28          Simple Network Management Protocol (SNMP) is a widely used 
     29          protocol for monitoring the health and welfare of network 
     30          equipment (eg. routers), computer equipment and even devices 
     31          like UPSs. Net-SNMP is a suite of applications used to implement 
    3832          SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. 
    3933           
     
    4337 
    4438config FWRT_PACKAGE_SNMPD 
    45         prompt "snmpd........................... SNMP agent" 
     39        prompt "net-snmp-daemon................... SNMP agent" 
    4640        tristate 
    4741        default n 
    48         depends FWRT_DUMMY_NET_SNMP 
    4942        select FWRT_PACKAGE_LIBNETSNMP 
    5043        help 
    51           Simple Network Management Protocol (SNMP) is a widely used  
    52           protocol for monitoring the health and welfare of network  
    53           equipment (eg. routers), computer equipment and even devices  
    54           like UPSs. Net-SNMP is a suite of applications used to implement  
     44          Simple Network Management Protocol (SNMP) is a widely used 
     45          protocol for monitoring the health and welfare of network 
     46          equipment (eg. routers), computer equipment and even devices 
     47          like UPSs. Net-SNMP is a suite of applications used to implement 
    5548          SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. 
    5649           
     
    5851           
    5952          This package contains the SNMP agent, dynamically linked. 
    60  
  • trunk/freewrt/package/openssh/Config.in

    r1253 r2713  
    22        tristate 
    33        default n 
    4         depends FWRT_PACKAGE_OPENSSH_CLIENT || FWRT_PACKAGE_OPENSSH_SERVER || FWRT_PACKAGE_OPENSSH_SFTP_CLIENT || FWRT_PACKAGE_OPENSSH_SFTP_SERVER 
    5  
    6 config FWRT_SHOW_OPENSSH 
    7         bool "openssh........................... OpenSSH server/client" 
    84 
    95config FWRT_PACKAGE_OPENSSH_CLIENT 
    10         prompt "openssh-client.................. OpenSSH client" 
     6        prompt "openssh-client.................... OpenSSH client" 
    117        tristate 
    128        default n 
     
    1410        select FWRT_PACKAGE_LIBOPENSSL 
    1511        select FWRT_PACKAGE_ZLIB 
    16         depends FWRT_SHOW_OPENSSH 
    1712        help 
    18           OpenSSH is a FREE version of the SSH protocol suite of network  
    19           connectivity tools that increasing numbers of people on the Internet  
    20           are coming to rely on. Many users of telnet, rlogin, ftp, and other  
    21           such programs might not realize that their password is transmitted  
    22           across the Internet unencrypted, but it is. OpenSSH encrypts all  
    23           traffic (including passwords) to effectively eliminate eavesdropping,  
    24           connection hijacking, and other network-level attacks. Additionally,  
    25           OpenSSH provides a myriad of secure tunneling capabilities, as well  
     13          OpenSSH is a FREE version of the SSH protocol suite of network 
     14          connectivity tools that increasing numbers of people on the Internet 
     15          are coming to rely on. Many users of telnet, rlogin, ftp, and other 
     16          such programs might not realize that their password is transmitted 
     17          across the Internet unencrypted, but it is. OpenSSH encrypts all 
     18          traffic (including passwords) to effectively eliminate eavesdropping, 
     19          connection hijacking, and other network-level attacks. Additionally, 
     20          OpenSSH provides a myriad of secure tunneling capabilities, as well 
    2621          as a variety of authentication methods. 
    2722           
    2823          http://www.openssh.com/ 
    29            
    30           Depends: openssl 
    3124 
    3225config FWRT_PACKAGE_OPENSSH_CLIENT_UTILS 
    33         prompt   "openssh-client-utils.......... OpenSSH client utilities" 
     26        prompt   "openssh-client-utils............ OpenSSH client utilities" 
    3427        tristate 
    3528        default n 
    3629        depends FWRT_PACKAGE_OPENSSH_CLIENT 
    3730        help 
    38           OpenSSH is a FREE version of the SSH protocol suite of network  
    39           connectivity tools that increasing numbers of people on the Internet  
    40           are coming to rely on. Many users of telnet, rlogin, ftp, and other  
    41           such programs might not realize that their password is transmitted  
    42           across the Internet unencrypted, but it is. OpenSSH encrypts all  
    43           traffic (including passwords) to effectively eliminate eavesdropping,  
    44           connection hijacking, and other network-level attacks. Additionally,  
    45           OpenSSH provides a myriad of secure tunneling capabilities, as well  
     31          OpenSSH is a FREE version of the SSH protocol suite of network 
     32          connectivity tools that increasing numbers of people on the Internet 
     33          are coming to rely on. Many users of telnet, rlogin, ftp, and other 
     34          such programs might not realize that their password is transmitted 
     35          across the Internet unencrypted, but it is. OpenSSH encrypts all 
     36          traffic (including passwords) to effectively eliminate eavesdropping, 
     37          connection hijacking, and other network-level attacks. Additionally, 
     38          OpenSSH provides a myriad of secure tunneling capabilities, as well 
    4639          as a variety of authentication methods. 
    4740           
    4841          http://www.openssh.com/ 
    49            
    50           Depends: openssl 
    5142 
    5243config FWRT_PACKAGE_OPENSSH_SERVER 
    53         prompt "openssh-server.................. OpenSSH server" 
     44        prompt "openssh-server.................... OpenSSH server" 
    5445        tristate 
    5546        default n 
     
    5748        select FWRT_PACKAGE_LIBOPENSSL 
    5849        select FWRT_PACKAGE_ZLIB 
    59         depends FWRT_SHOW_OPENSSH 
    6050        help 
    61           OpenSSH is a FREE version of the SSH protocol suite of network  
    62           connectivity tools that increasing numbers of people on the Internet  
    63           are coming to rely on. Many users of telnet, rlogin, ftp, and other  
    64           such programs might not realize that their password is transmitted  
    65           across the Internet unencrypted, but it is. OpenSSH encrypts all  
    66           traffic (including passwords) to effectively eliminate eavesdropping,  
    67           connection hijacking, and other network-level attacks. Additionally,  
    68           OpenSSH provides a myriad of secure tunneling capabilities, as well  
     51          OpenSSH is a FREE version of the SSH protocol suite of network 
     52          connectivity tools that increasing numbers of people on the Internet 
     53          are coming to rely on. Many users of telnet, rlogin, ftp, and other 
     54          such programs might not realize that their password is transmitted 
     55          across the Internet unencrypted, but it is. OpenSSH encrypts all 
     56          traffic (including passwords) to effectively eliminate eavesdropping, 
     57          connection hijacking, and other network-level attacks. Additionally, 
     58          OpenSSH provides a myriad of secure tunneling capabilities, as well 
    6959          as a variety of authentication methods. 
    7060           
    7161          http://www.openssh.com/ 
    72            
    73           Depends: openssl 
    7462 
    7563config FWRT_PACKAGE_OPENSSH_SFTP_CLIENT 
    76         prompt "openssh-sftp-client............. OpenSSH SFTP client" 
     64        prompt "openssh-sftp-client............... OpenSSH SFTP client" 
    7765        tristate 
    7866        default n 
     
    8068        select FWRT_PACKAGE_LIBOPENSSL 
    8169        select FWRT_PACKAGE_ZLIB 
    82         depends FWRT_SHOW_OPENSSH 
    8370        help 
    84           OpenSSH is a FREE version of the SSH protocol suite of network  
    85           connectivity tools that increasing numbers of people on the Internet  
    86           are coming to rely on. Many users of telnet, rlogin, ftp, and other  
    87           such programs might not realize that their password is transmitted  
    88           across the Internet unencrypted, but it is. OpenSSH encrypts all  
    89           traffic (including passwords) to effectively eliminate eavesdropping,  
    90           connection hijacking, and other network-level attacks. Additionally,  
    91           OpenSSH provides a myriad of secure tunneling capabilities, as well  
     71          OpenSSH is a FREE version of the SSH protocol suite of network 
     72          connectivity tools that increasing numbers of people on the Internet 
     73          are coming to rely on. Many users of telnet, rlogin, ftp, and other 
     74          such programs might not realize that their password is transmitted 
     75          across the Internet unencrypted, but it is. OpenSSH encrypts all 
     76          traffic (including passwords) to effectively eliminate eavesdropping, 
     77          connection hijacking, and other network-level attacks. Additionally, 
     78          OpenSSH provides a myriad of secure tunneling capabilities, as well 
    9279          as a variety of authentication methods. 
    9380           
    9481          http://www.openssh.com/ 
    95            
    96           Depends: openssl 
    97  
    9882 
    9983config FWRT_PACKAGE_OPENSSH_SFTP_SERVER 
     
    10488        select FWRT_PACKAGE_LIBOPENSSL 
    10589        select FWRT_PACKAGE_ZLIB 
    106         depends FWRT_SHOW_OPENSSH 
    10790        help 
    108           OpenSSH is a FREE version of the SSH protocol suite of network  
    109           connectivity tools that increasing numbers of people on the Internet  
    110           are coming to rely on. Many users of telnet, rlogin, ftp, and other  
    111           such programs might not realize that their password is transmitted  
    112           across the Internet unencrypted, but it is. OpenSSH encrypts all  
    113           traffic (including passwords) to effectively eliminate eavesdropping,  
    114           connection hijacking, and other network-level attacks. Additionally,  
    115           OpenSSH provides a myriad of secure tunneling capabilities, as well  
     91          OpenSSH is a FREE version of the SSH protocol suite of network 
     92          connectivity tools that increasing numbers of people on the Internet 
     93          are coming to rely on. Many users of telnet, rlogin, ftp, and other 
     94          such programs might not realize that their password is transmitted 
     95          across the Internet unencrypted, but it is. OpenSSH encrypts all 
     96          traffic (including passwords) to effectively eliminate eavesdropping, 
     97          connection hijacking, and other network-level attacks. Additionally, 
     98          OpenSSH provides a myriad of secure tunneling capabilities, as well 
    11699          as a variety of authentication methods. 
    117100           
    118101          http://www.openssh.com/ 
    119            
    120           Depends: openssl 
    121  
  • trunk/freewrt/package/rrdtool/Config.in

    r360 r2713  
    11config FWRT_COMPILE_RRDTOOL 
    2         prompt "rrdtool........................... Round Robin Database (RRD) tools (v1.2.x)" 
    32        bool 
    43        default n 
    54 
    65config FWRT_PACKAGE_LIBRRD 
    7         prompt   "librrd.......................... Round Robin Database (RRD) management library (v1.2.x)" 
     6        prompt   "librrd............................ Round Robin Database (RRD) management library (v1.2.x)" 
    87        tristate 
    98        default n 
    10         depends FWRT_COMPILE_RRDTOOL 
     9        select FWRT_COMPILE_RRDTOOL 
    1110        select FWRT_PACKAGE_LIBART 
    1211        select FWRT_PACKAGE_LIBFREETYPE 
     
    2726 
    2827config FWRT_PACKAGE_RRDCGI 
    29         prompt   "rrdcgi.......................... Round Robin Database (RRD) CGI graphing tool (v1.2.x)" 
     28        prompt   "rrdcgi............................ Round Robin Database (RRD) CGI graphing tool (v1.2.x)" 
    3029        tristate 
    3130        default n 
    32         depends FWRT_COMPILE_RRDTOOL 
     31        select FWRT_COMPILE_RRDTOOL 
    3332        select FWRT_PACKAGE_LIBRRD 
    3433        select FWRT_PACKAGE_CGILIB 
     
    4443          http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ 
    4544           
    46           This package contains the rrdcgi tool used to create web pages containing  
     45          This package contains the rrdcgi tool used to create web pages containing 
    4746          RRD graphs based on templates. 
    4847 
    4948config FWRT_PACKAGE_RRDTOOL 
    50         prompt   "rrdtool......................... Round Robin Database (RRD) management tools (v1.2.x)" 
     49        prompt   "rrdtool........................... Round Robin Database (RRD) management tools (v1.2.x)" 
    5150        tristate 
    5251        default n 
    53         depends FWRT_COMPILE_RRDTOOL 
     52        select FWRT_COMPILE_RRDTOOL 
    5453        select FWRT_PACKAGE_LIBRRD 
    5554        help 
     
    6564           
    6665          This package contains command line tools used to manage RRDs. 
    67