mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2024-11-01 03:05:34 +00:00
7d57d3630e
Adds support for building, installing and uninstalling the driver using DKMS. Once installed, DKMS will manage the kernel module and automatically recompile it upon kernel upgrades. This simplifies the installation and driver maintenance for users.
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
PACKAGE_NAME="rtl8192eu"
|
|
PACKAGE_VERSION="1.0"
|
|
BUILT_MODULE_NAME="8192eu"
|
|
DEST_MODULE_LOCATION="/kernel/drivers/net/wireless/"
|
|
REMAKE_INITRD="yes"
|
|
AUTOINSTALL="yes"
|
|
MAKE="'make' all"
|
|
CLEAN="make clean"
|
|
|