mirror of
https://github.com/gnif/vendor-reset
synced 2025-02-16 12:06:50 +00:00
This approach maintains compatibility with previous kernel versions. Thanks to @justinkb for finding the commit that broke it (torvalds/linux@d19ad07).
8 lines
242 B
Plaintext
8 lines
242 B
Plaintext
PACKAGE_NAME="vendor-reset"
|
|
PACKAGE_VERSION="0.1.1"
|
|
BUILT_MODULE_NAME[0]="${PACKAGE_NAME}"
|
|
MAKE[0]="make KDIR=${kernel_source_dir}"
|
|
CLEAN="make KDIR=${kernel_source_dir} clean"
|
|
DEST_MODULE_LOCATION[0]="/kernel/drivers/misc"
|
|
AUTOINSTALL="yes"
|