diff options
author | Denys Fedoryshchenko <denys.f@collabora.com> | 2024-08-18 15:35:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-18 15:35:54 +0300 |
commit | 2e1891d4ee9ceba4d4c1d9235a8b456fd0b390c1 (patch) | |
tree | 6caedc5d1b5d1e96bb3d623a4d60735c03a18333 /drivers/dkms/vlan_mon/README.md | |
parent | 42f3974a543fa0ba06092538bd338e0a641ea17c (diff) | |
parent | d9fc4be48641bc7116e4dacbdb5e3115c3181a89 (diff) | |
download | accel-ppp-2e1891d4ee9ceba4d4c1d9235a8b456fd0b390c1.tar.gz accel-ppp-2e1891d4ee9ceba4d4c1d9235a8b456fd0b390c1.zip |
Merge pull request #145 from svlobanov/dkms
build: add dkms support for ipoe and vlan_mon drivers, ci optimizations
Diffstat (limited to 'drivers/dkms/vlan_mon/README.md')
-rw-r--r-- | drivers/dkms/vlan_mon/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/dkms/vlan_mon/README.md b/drivers/dkms/vlan_mon/README.md new file mode 100644 index 00000000..6b582e2a --- /dev/null +++ b/drivers/dkms/vlan_mon/README.md @@ -0,0 +1,10 @@ +## Building Debian DKMS pacakge + +Install deb packages: dkms, debhelper and devscripts. For Debian >= 12 and Ubuntu >=24.04 it is also required to install dh-dkms package. + +Build accel-ppp without drivers, then from this level directory, execute: + +``` +cp ../../../build/version.h src/ +debuild -us -uc -tc -b +``` |