diff options
author | Ben Pfaff <blp@nicira.com> | 2008-06-02 17:05:42 -0700 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2008-06-03 14:02:13 -0700 |
commit | 34b307bea6c6695c4037ca2ed2dbd87926a029f1 (patch) | |
tree | d029c784114c7c355c24effddd927e6e8ebeb8c3 /INSTALL | |
parent | be92f541ae87846e0d9e7e9e909b2840149e034c (diff) | |
download | openvswitch-34b307bea6c6695c4037ca2ed2dbd87926a029f1.tar.gz |
Use kernel build system for linux-2.4.
Based on changes originally by Bobby Holley <bobbyholley@stanford.edu>.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -281,6 +281,13 @@ To build for a running instance of Linux 2.4: % ./configure --with-l24=/lib/modules/`uname -r`/build +If you wish to build OpenFlow for an architecture other than the architecture +used for compilation, you may specify the kernel architecture string using the +KARCH variable when invoking the configure script. For example, to build +OpenFlow for MIPS with Linux 2.4: + + % ./configure --with-l24=/path/to/linux-2.4 KARCH=mips + If you have hardware that supports accelerated OpenFlow switching, and you have obtained a hardware table module for your hardware and extracted it into the OpenFlow reference distribution source tree, |