[ovs-dev] [PATCH] datapath: introduce a method to install kernel modules

Ben Pfaff blp at nicira.com
Mon May 24 16:55:18 UTC 2010


On Mon, May 24, 2010 at 10:20:10AM +0800, Wei Yongjun wrote:
> 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>

Thank you.  I pushed this to "master".




More information about the dev mailing list