mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-14 17:23:06 +00:00
feat: add driver package to build DEB package support in Debian DKMS format
Log: add Debian packaging support
This commit is contained in:
parent
b4d6cb1d6f
commit
ae5be09bbc
12 changed files with 162 additions and 1 deletions
14
debian/rtl8188eu-dkms.postinst
vendored
Normal file
14
debian/rtl8188eu-dkms.postinst
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
DRV_NAME=8188eu
|
||||
DRV_VERSION=4.1.4
|
||||
|
||||
|
||||
dkms add -m ${DRV_NAME} -v ${DRV_VERSION}
|
||||
dkms build -m ${DRV_NAME} -v ${DRV_VERSION}
|
||||
dkms install -m ${DRV_NAME} -v ${DRV_VERSION}
|
||||
RESULT=$?
|
||||
|
||||
echo "Finished running dkms install steps."
|
||||
|
||||
exit $RESULT
|
Loading…
Add table
Add a link
Reference in a new issue