Skip to content

Commit

Permalink
Update package version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyst committed Apr 2, 2022
1 parent ab71e8f commit 494f25a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ support. Next, clone the source code.
Then run the following commands as root or using `sudo`.

dkms add .
dkms build hid-nintendo -v 1.0
dkms install hid-nintendo -v 1.0
dkms build hid-nintendo -v 1.1
dkms install hid-nintendo -v 1.1


Uninstallation
Expand All @@ -40,8 +40,8 @@ Uninstallation
To uninstall fully, run the following commands as root or using `sudo`.

modprobe -r hid_nintendo
dkms uninstall -m hid-nintendo -v 1.0
dkms remove -m hid-nintendo -v 1.0
dkms uninstall -m hid-nintendo -v 1.1
dkms remove -m hid-nintendo -v 1.1
rm -rf /usr/src/hid-nintendo-*


Expand Down
2 changes: 1 addition & 1 deletion dkms.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME="hid-nintendo"
PACKAGE_VERSION=1.0
PACKAGE_VERSION=1.1
MAKE="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/src modules"
CLEAN="make -C $kernel_source_dir M=$dkms_tree/$PACKAGE_NAME/$PACKAGE_VERSION/build/src clean"
BUILT_MODULE_NAME[0]="hid-nintendo"
Expand Down

0 comments on commit 494f25a

Please sign in to comment.