Change PACKAGE_VERSION, set KVERSION, update README
This commit is contained in:
parent
3bf9cab570
commit
2a49ccbf52
@ -35,10 +35,13 @@ If your card is supported, there should be no error. Otherwise, you get a "No
|
|||||||
such device" (ENODEV) error. Check your kernel log (dmesg) for more
|
such device" (ENODEV) error. Check your kernel log (dmesg) for more
|
||||||
information.
|
information.
|
||||||
|
|
||||||
### DKMS support
|
DKMS support
|
||||||
|
------------
|
||||||
|
|
||||||
inside the "dkms" directory a file is provided for dkms support. Note that the
|
Change `#MODULE_VERSION#` to the current version of bbswitch. Copy the
|
||||||
kernel version must be changed.
|
Makefile, C source and dkms.conf file to `/usr/src/bbswitch-VERSION/` (replace
|
||||||
|
VERSION with the current version of bbswitch which has been inserted for
|
||||||
|
`#MODULE_VERSION#`.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PACKAGE_NAME="bbswitch"
|
PACKAGE_NAME="bbswitch"
|
||||||
PACKAGE_VERSION="REPLACE"
|
PACKAGE_VERSION="#MODULE_VERSION#"
|
||||||
MAKE[0]="make"
|
MAKE[0]="make KVERSION=$kernelver"
|
||||||
CLEAN="make clean"
|
CLEAN="make clean"
|
||||||
BUILT_MODULE_NAME[0]="bbswitch"
|
BUILT_MODULE_NAME[0]="bbswitch"
|
||||||
DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/acpi"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user