blob: d9253c12101b08476bf40a04d771fc8b1934b5c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Mozilla/4.7 [en] (X11; U; Linux 2.2.10 i686) [Netscape]">
</head>
<body>
<center>
<h1>
eCos TCP/IP Package Configuration</h1></center>
Follow these steps to enable networking:
<blockquote><tt>% ecosconfig add CYGPKG_NET</tt>
<br><tt>% ecosconfig add CYGPKG_NET_ETH_DRIVERS</tt></blockquote>
For the Motorola PowerPC (MBX/860) board:
<blockquote><tt>% ecosconfig add CYGPKG_NET_QUICC_ETH_DRIVERS</tt></blockquote>
For the Cirrus Logic EDB7xxx board:
<blockquote><tt>% ecosconfig add CYGPKG_NET_EDB7XXX_ETH_DRIVERS</tt></blockquote>
<br>
</body>
</html>
|