Changeset 0379371 in freewrt


Ignore:
Timestamp:
Mar 30, 2007, 1:45:28 AM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
e058975
Parents:
011b9fe
Message:

Fix some typos, tabify file.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@2308 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/Config.in.network

    r011b9fe r0379371  
    3535        help
    3636         Switch ports used for logical LAN.
    37          5 is the internal switch port. Exact one asterisk * 
    38          is needed in one of the switch configurations.   
     37         5 is the internal switch port. Exact one asterisk *
     38         is needed in one of the switch configurations.
    3939
    4040choice
     
    4444        bool "Static IP configuration"
    4545        help
    46          Protocol used for the LAN interface 
     46         Protocol used for the LAN interface
    4747
    4848config FWRT_NETWORK_LAN_PROTO_DHCP
    4949        bool "DHCP"
    5050        help
    51          Protocol used for the LAN interface 
     51         Protocol used for the LAN interface
    5252endchoice
    5353
     
    109109        bool "DHCP"
    110110        help
    111          Automatic interface configuration via DHCP client. 
     111         Automatic interface configuration via DHCP client.
    112112
    113113config FWRT_NETWORK_WAN_PROTO_STATIC
    114114        bool "static IP configuration"
    115115        help
    116          static interface configuration. 
     116         static interface configuration.
    117117endchoice
    118118
     
    152152        depends on FWRT_NETWORK_WLAN
    153153        help
    154         Wireless chipset used, needed for correct ifupdown scripts to
     154        Wireless chipset used, needed for correct ifupdown scripts to
    155155         configure wireless.
    156156
     
    165165
    166166config FWRT_NETWORK_WLAN_IP_ADDRESS
    167         string "WLAN IP address"
    168         default "192.168.1.1"
    169         depends on FWRT_NETWORK_WLAN
    170         help
    171         WLAN IP address
     167        string "WLAN IP address"
     168        default "192.168.2.1"
     169        depends on FWRT_NETWORK_WLAN
     170        help
     171        WLAN IP address
    172172
    173173config FWRT_NETWORK_WLAN_IP_NETMASK
    174         string "WLAN IP netmask"
    175         default "255.255.255.0"
    176         depends on FWRT_NETWORK_WLAN
    177         help
    178         WLAN IP netmask
     174        string "WLAN IP netmask"
     175        default "255.255.255.0"
     176        depends on FWRT_NETWORK_WLAN
     177        help
     178        WLAN IP netmask
    179179
    180180choice
     
    198198        default "FreeWRT"
    199199        help
    200          Wireless network name 
     200         Wireless network name
    201201
    202202config FWRT_NETWORK_WLAN_CHANNEL
     
    222222depends on FWRT_NETWORK_WLAN
    223223config FWRT_NETWORK_WLAN_SECURITY_NONE
    224         bool "No authorization"
    225         help
    226          No authorization !very unsecure!
     224        bool "No authorization"
     225        help
     226         No authorization
    227227
    228228config FWRT_NETWORK_WLAN_SECURITY_WEP
    229         bool "wep"
    230         help
    231         WEP key
     229        bool "wep"
     230        help
     231        WEP key
    232232
    233233config FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
    234         bool "wpa-psk"
    235         help
    236         WPA with preshared key
     234        bool "wpa-psk"
     235        help
     236        WPA with preshared key
    237237
    238238config FWRT_NETWORK_WLAN_SECURITY_802.1X
    239         bool "802.1x"
    240         help
    241         IEEE 802.1X authentication
     239        bool "802.1x"
     240        help
     241        IEEE 802.1X authentication
    242242
    243243endchoice
     
    248248
    249249config FWRT_NETWORK_WLAN_AUTORIZATION_OPEN
    250         bool "open"
     250        bool "open"
    251251        depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X
    252         help
    253         Only Open System Authentication
     252        help
     253        Only Open System Authentication
    254254
    255255config FWRT_NETWORK_WLAN_AUTORIZATION_SHARED
    256         bool "shared"
    257         depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X
    258         help
    259         Only Shared System Authentication
     256        bool "shared"
     257        depends on FWRT_NETWORK_WLAN_SECURITY_WEP || FWRT_NETWORK_WLAN_SECURITY_802.1X
     258        help
     259        Only Shared System Authentication
    260260
    261261config FWRT_NETWORK_WLAN_AUTORIZATION_OPEN_AND_SHARED
    262         bool "open+shared"
    263         depends on FWRT_NETWORK_WLAN_SECURITY_WEP
    264         help
    265         Both Open System and Shared Key Authentication
     262        bool "open+shared"
     263        depends on FWRT_NETWORK_WLAN_SECURITY_WEP
     264        help
     265        Both Open System and Shared Key Authentication
    266266
    267267config FWRT_NETWORK_WLAN_AUTORIZATION_PSK
    268         bool "psk"
    269         depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
    270         help
    271           WPA PSK
     268        bool "psk"
     269        depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
     270        help
     271          WPA PSK
    272272
    273273config FWRT_NETWORK_WLAN_AUTORIZATION_PSK2
    274         bool "psk2"
    275         depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
    276         help
    277           WPA2 PSK
     274        bool "psk2"
     275        depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
     276        help
     277          WPA2 PSK
    278278
    279279config FWRT_NETWORK_WLAN_AUTORIZATION_PSK_PSK2
    280         bool "psk psk2"
    281         depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
    282         help
    283           WPA PSK and WPA2 PSK
     280        bool "psk psk2"
     281        depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
     282        help
     283          WPA PSK and WPA2 PSK
    284284
    285285config FWRT_NETWORK_WLAN_AUTORIZATION_WPA
    286         bool "wpa"
    287         depends on FWRT_NETWORK_WLAN_SECURITY_802.1X
    288         help
    289           WPA with RADIUS
     286        bool "wpa"
     287        depends on FWRT_NETWORK_WLAN_SECURITY_802.1X
     288        help
     289          WPA with RADIUS
    290290
    291291config FWRT_NETWORK_WLAN_AUTORIZATION_WPA2
    292         bool "wpa2"
    293         depends on FWRT_NETWORK_WLAN_SECURITY_802.1X
    294         help
    295           WPA2 with RADIUS
     292        bool "wpa2"
     293        depends on FWRT_NETWORK_WLAN_SECURITY_802.1X
     294        help
     295          WPA2 with RADIUS
    296296
    297297config FWRT_NETWORK_WLAN_AUTORIZATION_WPA_AND_WPA2
    298         bool "wpa wpa2"
    299         depends on FWRT_NETWORK_WLAN_SECURITY_802.1X
    300         help
    301           WPA and WPA2
     298        bool "wpa wpa2"
     299        depends on FWRT_NETWORK_WLAN_SECURITY_802.1X
     300        help
     301          WPA and WPA2
    302302
    303303endchoice
     
    308308
    309309config FWRT_NETWORK_WLAN_ENCRYPTION_TKIP
    310         bool "tkip"
    311         help
    312           RC4 encryption
     310        bool "tkip"
     311        help
     312          RC4 encryption
    313313
    314314config FWRT_NETWORK_WLAN_ENCRYPTION_AES
    315         bool "aed"
    316         help
    317           AES encryption
     315        bool "aes"
     316        help
     317          AES encryption
    318318
    319319config FWRT_NETWORK_WLAN_ENCRYPTION_AES_TKIP
    320         bool "aes+tkip"
    321         help
    322           Support for RC4 and AES encryption
     320        bool "aes+tkip"
     321        help
     322          Support for RC4 and AES encryption
    323323
    324324config FWRT_NETWORK_WLAN_ENCRYPTION_WEP
    325         bool "wep"
     325        bool "wep"
    326326        depends on FWRT_NETWORK_WLAN_SECURITY_802.1X
    327         help
    328           RC4 encryption (static)
     327        help
     328          RC4 encryption (static)
    329329
    330330endchoice
     
    336336
    337337config FWRT_NETWORK_WLAN_EAP_TLS
    338         bool "tls"
    339         help
    340           Transport Layer Security
     338        bool "tls"
     339        help
     340          Transport Layer Security
    341341
    342342config FWRT_NETWORK_WLAN_EAP_TTLS
    343         bool "ttls"
    344         help
    345           Tunnelled TLS
     343        bool "ttls"
     344        help
     345          Tunnelled TLS
    346346
    347347config FWRT_NETWORK_WLA_EAP_PEAP
    348         bool "peap"
    349         help
    350           Protected EAP
     348        bool "peap"
     349        help
     350          Protected EAP
    351351
    352352config FWRT_NETWORK_WLAN_EAP_LEAP
    353         bool "leap"
    354         help
    355           Cisco Wireless
     353        bool "leap"
     354        help
     355          Cisco Wireless
    356356
    357357endchoice
     
    361361
    362362config FWRT_NETWORK_WLAN_RADIUS_IPADDR
    363         string "radius ipaddr"
     363        string "radius ipaddr"
    364364        default "0.0.0.0"
    365         help
    366           Transport Layer Security
     365        help
     366          Transport Layer Security
    367367
    368368config FWRT_NETWORK_WLAN_RADIUS_PORT
    369         string "radius port"
    370         default "1812" 
    371         help
    372           RADIUS-Port# to connect
     369        string "radius port"
     370        default "1812"
     371        help
     372          RADIUS-Port# to connect
    373373
    374374config FWRT_NETWORK_WLAN_RADIUS_KEY
    375         string "radius key"
    376         help
    377           Shared Secret for connection to the Radius server
     375        string "radius key"
     376        help
     377          Shared Secret for connection to the Radius server
    378378
    379379endmenu
    380380
    381381config FWRT_NETWORK_WLAN_WEP_KEY
    382         string "wep key"
    383         depends on FWRT_NETWORK_WLAN_SECURITY_WEP
    384         help
    385           wep key to use
     382        string "wep key"
     383        depends on FWRT_NETWORK_WLAN_SECURITY_WEP
     384        help
     385          wep key to use
    386386
    387387config FWRT_NETWORK_WLAN_WPA_KEY
    388         string "wpa key"
    389         depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
    390         help
    391           wpa key to use
     388        string "wpa key"
     389        depends on FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
     390        help
     391          wpa key to use
    392392
    393393config FWRT_NETWROK_WLAN_WPA_GTK_REKEY
    394         string "Rekeying interval in seconds"
    395         depends on FWRT_NETWORK_WLAN_SECURITY_802.1X || FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
    396         default "3600"
    397         help
    398           Rekeying interval in seconds
     394        string "Rekeying interval in seconds"
     395        depends on FWRT_NETWORK_WLAN_SECURITY_802.1X || FWRT_NETWORK_WLAN_SECURITY_WPA_PSK
     396        default "3600"
     397        help
     398          Rekeying interval in seconds
    399399
    400400endmenu
Note: See TracChangeset for help on using the changeset viewer.