X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=debian%2Fdkms.conf.in;h=eaf05417e3836a6feaadec5b9d994f989fe3d794;hb=44bac24ba5d22fe238bd96702707eb2029efec41;hp=d5bc37ed5fa9e7b79fa5ff06048e6bd2679f5bab;hpb=d308be1dff713f762e6ae18c1764115b866db5a8;p=openvswitch diff --git a/debian/dkms.conf.in b/debian/dkms.conf.in index d5bc37ed..eaf05417 100644 --- a/debian/dkms.conf.in +++ b/debian/dkms.conf.in @@ -1,8 +1,8 @@ PACKAGE_NAME="openvswitch" PACKAGE_VERSION="__VERSION__" MAKE="./configure --with-linux='${kernel_source_dir}' && make -C datapath/linux" -BUILT_MODULE_NAME[0]=openvswitch_mod -BUILT_MODULE_NAME[1]=brcompat_mod +BUILT_MODULE_NAME[0]=openvswitch +BUILT_MODULE_NAME[1]=brcompat BUILT_MODULE_LOCATION[0]=datapath/linux/ BUILT_MODULE_LOCATION[1]=datapath/linux/ DEST_MODULE_LOCATION[0]=/kernel/drivers/net/openvswitch/