View | Details | Raw Unified | Return to bug 12762
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- /usr/lib/alterator/backend3/net-wifi.old    2007-09-12 20:50:24 +0400
0
++ /usr/lib/alterator/backend3/net-wifi        2007-09-12 20:51:58 +0400
Lines 92-97 Link Here
92
    local proto="$(shell_get "BOOTPROTO" "$options")"
92
    local proto="$(shell_get "BOOTPROTO" "$options")"
93
    shell_add_or_subst "TYPE=" "eth" "$options" #wi-fi devices has strange names
93
    shell_add_or_subst "TYPE=" "eth" "$options" #wi-fi devices has strange names
94
    shell_add_or_subst "USE_IFPLUGD=" "no" "$options"
94
    shell_add_or_subst "BOOTPROTO=" "static" "$options" #protection from DHCP timeout
95
    shell_add_or_subst "BOOTPROTO=" "static" "$options" #protection from DHCP timeout
95
    shell_add_or_subst "WPA_DRIVER=" "$(supplicant_driver "$name")" "$options"
96
    shell_add_or_subst "WPA_DRIVER=" "$(supplicant_driver "$name")" "$options"

Return to bug 12762