Skip to content

Commit

Permalink
xpadneo, dkms: Match minimum kernel version with source code
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Krakow <[email protected]>
  • Loading branch information
kakra committed Dec 12, 2024
1 parent 57ffde2 commit 7d4e210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hid-xpadneo/dkms.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ DEST_MODULE_LOCATION[0]="/kernel/drivers/hid"
MAKE[0]="make -C '${kernel_source_dir}' M='${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src' VERSION='${PACKAGE_VERSION}' modules"
CLEAN="make -C '${kernel_source_dir}' M='${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src' clean"

BUILD_EXCLUSIVE_KERNEL_MIN="4.18.0"
BUILD_EXCLUSIVE_CONFIG="CONFIG_HID CONFIG_INPUT_FF_MEMLESS CONFIG_POWER_SUPPLY"

AUTOINSTALL="Y"
Expand Down

0 comments on commit 7d4e210

Please sign in to comment.