forcefully-remove-bootfb icon indicating copy to clipboard operation
forcefully-remove-bootfb copied to clipboard

DKMS Support

Open furkanmustafa opened this issue 2 years ago • 1 comments

  • [ ] Add dkms.conf
  • [ ] test
  • [ ] Add README instructions for enabling DKMS builds

v4l2loopback could be a simple example to look at => https://github.com/umlaeute/v4l2loopback/blob/main/dkms.conf

furkanmustafa avatar May 06 '22 00:05 furkanmustafa

This?

PACKAGE_NAME="force-remove-bootfb"
PACKAGE_VERSION="0.0.1"

# Items below here should not have to change with each driver version
MAKE[0]="make KERNEL_DIR=${kernel_source_dir} module"
CLEAN="make clean"

BUILT_MODULE_NAME[0]="$PACKAGE_NAME"
DEST_MODULE_LOCATION[0]="/extra"

AUTOINSTALL="yes"

furkanmustafa avatar May 06 '22 00:05 furkanmustafa