mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-17 18:43:05 +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
22
debian/control
vendored
Normal file
22
debian/control
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
Source: rtl8188eu
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Maintainer: liuxin <liuxin@uniontech.com>
|
||||
Build-Depends: debhelper (>= 11),
|
||||
dkms,
|
||||
bc,
|
||||
module-assistant,
|
||||
build-essential
|
||||
Standards-Version: 4.1.3
|
||||
Vcs-Browser: https://github.com/lwfinger/rtl8188eu
|
||||
Vcs-Git: https://github.com/lwfinger/rtl8188eu.git
|
||||
|
||||
Package: rtl8188eu-dkms
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: DKMS files to build and install rtl8188ec
|
||||
The rtl8188ec driver provides the driver for USB wifi adapter.
|
||||
This package contains the DKMS files to build and install rtl8188ec.
|
||||
To install this package, you have to install the header files for your
|
||||
current kernel manually (usually included in the "linux-headers-<your
|
||||
architecture>").
|
Loading…
Add table
Add a link
Reference in a new issue