Skip to content

Commit

Permalink
Update dkms module installation location
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Jan 2, 2024
1 parent 5999bf8 commit d1ca568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions debian/dkms
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ CLEAN="make clean"
MAKE[0]="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/SDIO/driver_fw/driver/$PACKAGE_NAME/${BUILT_MODULE_NAME[0]}"
BUILT_MODULE_NAME[0]="aic8800_bsp"
BUILT_MODULE_LOCATION[0]="SDIO/driver_fw/driver/$PACKAGE_NAME/${BUILT_MODULE_NAME[0]}"
DEST_MODULE_LOCATION[0]="/updates"
DEST_MODULE_LOCATION[0]="/updates/dkms"

MAKE[1]="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/SDIO/driver_fw/driver/$PACKAGE_NAME/${BUILT_MODULE_NAME[1]}"
BUILT_MODULE_NAME[1]="aic8800_btlpm"
BUILT_MODULE_LOCATION[1]="SDIO/driver_fw/driver/$PACKAGE_NAME/${BUILT_MODULE_NAME[1]}"
DEST_MODULE_LOCATION[1]="/updates"
DEST_MODULE_LOCATION[1]="/updates/dkms"

MAKE[2]="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/SDIO/driver_fw/driver/$PACKAGE_NAME/${BUILT_MODULE_NAME[2]}"
BUILT_MODULE_NAME[2]="aic8800_fdrv"
BUILT_MODULE_LOCATION[2]="SDIO/driver_fw/driver/$PACKAGE_NAME/${BUILT_MODULE_NAME[2]}"
DEST_MODULE_LOCATION[2]="/updates"
DEST_MODULE_LOCATION[2]="/updates/dkms"

AUTOINSTALL=yes

0 comments on commit d1ca568

Please sign in to comment.