You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
PACKAGE_NAME="ngcp-rtpengine"
|
|
|
PACKAGE_VERSION="#MODULE_VERSION#"
|
|
|
|
|
|
BUILD_EXCLUSIVE_KERNEL_MIN="4.4"
|
|
|
|
|
|
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build RTPENGINE_VERSION=\"${PACKAGE_VERSION}\""
|
|
|
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
|
|
|
AUTOINSTALL=yes
|
|
|
BUILT_MODULE_NAME[0]="nft_rtpengine"
|
|
|
DEST_MODULE_LOCATION[0]=/extra
|