Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Support global KERNEL_VERSION and SYSTEM_ARCH.
* Actually _build_ a real kernel module package, not just tar it inside a package!
- Loading branch information
Showing
6 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,11 @@ | ||
| Source: DEBIAN_PACKAGE-dkms | ||
| Source: kmod-DEBIAN_PACKAGE | ||
| Section: misc | ||
| Priority: optional | ||
| Maintainer: Dynamic Kernel Modules Support Team <pkg-dkms-maint@lists.alioth.debian.org> | ||
| Build-Depends: debhelper (>= 7), dkms | ||
| Standards-Version: 3.8.1 | ||
|
|
||
| Package: DEBIAN_PACKAGE-dkms | ||
| Architecture: all | ||
| Depends: dkms (>= 1.95), ${misc:Depends} | ||
| Description: DEBIAN_PACKAGE driver in DKMS format. | ||
| Package: kmod-DEBIAN_PACKAGE | ||
| Architecture: any | ||
| Depends: ${misc:Depends} | ||
| Description: Linux kernel driver for DEBIAN_PACKAGE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| usr/src | ||
| lib/modules/KERNEL_VERSION/extra/MODULE_NAME |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters