]> git.proxmox.com Git - ovs.git/blame - debian/dkms.conf.in
Fix ovs-dpctl-top by removing 3 wrong hunks in py3-compat.patch.
[ovs.git] / debian / dkms.conf.in
CommitLineData
1cb56bc5
TG
1MODULES=( __MODULES__ )
2
3PACKAGE_NAME="openvswitch"
4PACKAGE_VERSION="__VERSION__"
5MAKE="./configure --with-linux='${kernel_source_dir}' && make -C datapath/linux"
6for __idx in ${!MODULES[@]}; do
7 BUILT_MODULE_NAME[__idx]=${MODULES[__idx]}
8 BUILT_MODULE_LOCATION[__idx]=datapath/linux/
9 DEST_MODULE_LOCATION[__idx]=/kernel/drivers/net/openvswitch/
10done
11AUTOINSTALL=yes