doc: Deleted from installation_linux.rst network/proxy config

The info already exists elsewhere in the documentation / GSG.

Change-Id: I1176b496dfd28179ce7771af4d3ac659690c7a7e
Signed-off-by: L.S. Cook <leonax.cook@intel.com>
This commit is contained in:
L.S. Cook 2016-02-19 15:27:05 -08:00 committed by Gerrit Code Review
commit 0e4538da10

View file

@ -8,8 +8,8 @@ This section describes how to set up a Linux development system.
After completing these steps, you will be able to compile and run your Zephyr
applications on the following Linux distributions:
* Ubuntu 14.04 LTS 64 bit
* Fedora 22 64 bit
* Ubuntu 14.04 LTS 64-bit
* Fedora 22 64-bit
Where needed, alternative instructions are listed for Ubuntu and Fedora.
@ -35,18 +35,6 @@ On Fedora:
$ sudo dnf update
.. _linux_network_configuration:
Configuring Network and Proxies
*******************************
Building the kernel requires the command-line tools of git, ssh, wget,
curl. Verify that each service can be run as both user and root and that access
to the Internet and is not impeded by a firewall.
If your network requires proxy access through a proxy, please configure using
steps similar git, ssh and wget in accordance to your security policies.
.. _linux_required_software:
Installing Requirements and Dependencies