Setting tag sliver-openvswitch-2.2.90-1
[sliver-openvswitch.git] / debian / dkms.conf.in
index ae1fc7a..a477761 100644 (file)
@@ -1,9 +1,7 @@
 PACKAGE_NAME="openvswitch"
 PACKAGE_VERSION="__VERSION__"
-MAKE="./configure --with-linux=/lib/modules/`uname -r`/build && make -C datapath/linux"
-BUILT_MODULE_NAME[0]=openvswitch_mod
-BUILT_MODULE_NAME[1]=brcompat_mod
+MAKE="./configure --with-linux='${kernel_source_dir}' && make -C datapath/linux"
+BUILT_MODULE_NAME[0]=openvswitch
 BUILT_MODULE_LOCATION[0]=datapath/linux/
-BUILT_MODULE_LOCATION[1]=datapath/linux/
 DEST_MODULE_LOCATION[0]=/kernel/drivers/net/openvswitch/
-DEST_MODULE_LOCATION[1]=/kernel/drivers/net/openvswitch/
+AUTOINSTALL=yes