aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.bridge
diff options
context:
space:
mode:
authorJesse Gross <jesse@nicira.com>2011-06-23 17:10:00 -0700
committerJesse Gross <jesse@nicira.com>2011-06-24 14:37:49 -0700
commit22bcc0e70becd88bf895c44885d63704affe4284 (patch)
tree4c29e6843c3972be5bced192a968217eb1c2190b /INSTALL.bridge
parent8c7ea6a0c0d44f707eef136b77ac0dd1c55509a4 (diff)
datapath: Rename linux-2.6 and compat-2.6 directories.
The linux-2.6 and compat-2.6 directories apply equally to the upcoming Linux 3.0 release, so this drops the 2.6 suffix and updates Makefiles. Signed-off-by: Jesse Gross <jesse@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'INSTALL.bridge')
-rw-r--r--INSTALL.bridge2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.bridge b/INSTALL.bridge
index 8e65021b..650e776e 100644
--- a/INSTALL.bridge
+++ b/INSTALL.bridge
@@ -34,7 +34,7 @@ kernel bridge module.
2. Load the brcompat kernel module (which was built in step 1), e.g.:
- % insmod datapath/linux-2.6/brcompat_mod.ko
+ % insmod datapath/linux/brcompat_mod.ko
(openvswitch_mod.ko should already have been loaded.)