summaryrefslogtreecommitdiff
path: root/drivers/dkms/vlan_mon/README.md
blob: 6b582e2ae127710a3350fbf3131c2aacd37140ab (plain)
1
2
3
4
5
6
7
8
9
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
```