[ovs-git] Open vSwitch: datapath: introduce a method to install kernel modules (master)

dev at openvswitch.org dev at openvswitch.org
Mon May 24 16:55:01 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  44331666407201707d833ad5e397ae5e675d8a69 (commit)
      from  10dcf8deec96f64e56450bea6cc8801253f15f51 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 44331666407201707d833ad5e397ae5e675d8a69
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=44331666407201707d833ad5e397ae5e675d8a69
Author: Wei Yongjun <yjwei at cn.fujitsu.com>
		
datapath: introduce a method to install kernel modules
		
After we choose to build the Linux kernel module, install
them using make modules_install.

   % ./configure --with-l26=/lib/modules/`uname -r`/build
   % make
   % cd datapath/linux-2.6/
   % make modules_install

the openswitch kernel modules will be installed to dir
/lib/modules/`uname -r`/extra/

Signed-off-by: Wei Yongjun <yjwei at cn.fujitsu.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/linux-2.6/Makefile.main.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list