aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.Linux
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-06-22 11:07:33 -0700
committerBen Pfaff <blp@nicira.com>2011-06-22 14:05:53 -0700
commit8a2d6596f2cb43c097957ed6e003eb5225dd5003 (patch)
tree6a0507d29909c3c91ae4d56977219478b247b88f /INSTALL.Linux
parente3438006d3fe940aa90496f8dfc590b6c21dd8c5 (diff)
configure: Change --with-l26 to --with-linux.
Linux 3.0 will be out soon, so it seems like a good idea to reflect that in our "configure" script options.
Diffstat (limited to 'INSTALL.Linux')
-rw-r--r--INSTALL.Linux8
1 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL.Linux b/INSTALL.Linux
index 8ec82a25..318c9a75 100644
--- a/INSTALL.Linux
+++ b/INSTALL.Linux
@@ -172,17 +172,17 @@ Prerequisites section, follow the procedure below to build.
To build the Linux kernel module, so that you can run the
kernel-based switch, pass the location of the kernel build
directory on --with-l26. For example, to build for a running
- instance of Linux 2.6:
+ instance of Linux:
- % ./configure --with-l26=/lib/modules/`uname -r`/build
+ % ./configure --with-linux=/lib/modules/`uname -r`/build
If you wish to build the kernel module for an architecture other
than the architecture of the machine used for the build, you may
specify the kernel architecture string using the KARCH variable
when invoking the configure script. For example, to build for MIPS
- with Linux 2.6:
+ with Linux:
- % ./configure --with-l26=/path/to/linux-2.6 KARCH=mips
+ % ./configure --with-linux=/path/to/linux-2.6 KARCH=mips
The configure script accepts a number of other options and honors
additional environment variables. For a full list, invoke