forked from accel-ppp/accel-ppp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sergey V. Lobanov <[email protected]> i Signed-off-by: Sergey V. Lobanov <[email protected]> 1 Signed-off-by: Sergey V. Lobanov <[email protected]> c1 Signed-off-by: Sergey V. Lobanov <[email protected]> c2 Signed-off-by: Sergey V. Lobanov <[email protected]> c3 Signed-off-by: Sergey V. Lobanov <[email protected]> c4 Signed-off-by: Sergey V. Lobanov <[email protected]> c5 Signed-off-by: Sergey V. Lobanov <[email protected]> c8 Signed-off-by: Sergey V. Lobanov <[email protected]> c0 Signed-off-by: Sergey V. Lobanov <[email protected]> c2 Signed-off-by: Sergey V. Lobanov <[email protected]> c4:wq Signed-off-by: Sergey V. Lobanov <[email protected]> hh Signed-off-by: Sergey V. Lobanov <[email protected]> ia Signed-off-by: Sergey V. Lobanov <[email protected]>
- Loading branch information
Showing
18 changed files
with
129 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Building Debian DKMS pacakge | ||
|
||
Build accel-ppp without drivers, then from this level directory, execute: | ||
|
||
``` | ||
cp ../../../build/version.h src/ | ||
debuild -us -uc -tc -b | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
PACKAGE_NAME="accel-ppp-ipoe" | ||
PACKAGE_VERSION="#MODULE_VERSION" | ||
AUTOINSTALL=yes | ||
BUILT_MODULE_NAME="ipoe" | ||
DEST_MODULE_LOCATION="/updates/dkms" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
accel-ppp-ipoe-dkms (1.13.0) unstable; urgency=low | ||
|
||
* First ipoe dkms package | ||
|
||
-- Sergey V. Lobanov <[email protected]> Wed, 29 May 2024 11:30:13 +0200 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Source: accel-ppp-ipoe-dkms | ||
Maintainer: Dmitry Kozlov <[email protected]> | ||
Build-Depends: debhelper (>= 10), dkms | ||
Homepage: https://www.accel-ppp.io/ | ||
|
||
Package: accel-ppp-ipoe-dkms | ||
Architecture: all | ||
Priority: optional | ||
Section: kernel | ||
Depends: dkms (>= 1.95), linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers, ${misc:Depends} | ||
Description: DKMS source for the accel-ppp-ipoe driver |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/usr/bin/make -f | ||
|
||
include /usr/share/dpkg/pkg-info.mk | ||
|
||
%: | ||
dh $@ --with dkms | ||
|
||
override_dh_install: | ||
dh_install src/* usr/src/accel-ppp-ipoe-$(DEB_VERSION_UPSTREAM)/ | ||
|
||
override_dh_dkms: | ||
dh_dkms -V $(DEB_VERSION_UPSTREAM) | ||
|
||
override_dh_auto_configure: | ||
override_dh_auto_build: | ||
override_dh_auto_test: | ||
override_dh_auto_install: | ||
override_dh_auto_clean: |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../ipoe |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
## Building Debian DKMS pacakge | ||
|
||
Build accel-ppp without drivers, then from this level directory, execute: | ||
|
||
``` | ||
cp ../../../build/version.h src/ | ||
debuild -us -uc -tc -b | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
PACKAGE_NAME="accel-ppp-vlan-mon" | ||
PACKAGE_VERSION="#MODULE_VERSION#" | ||
AUTOINSTALL=yes | ||
BUILT_MODULE_NAME="vlan_mon" | ||
DEST_MODULE_LOCATION="/updates/dkms" |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
accel-ppp-vlan-mon-dkms (1.13.0) unstable; urgency=low | ||
|
||
* First vlan_mon dkms package | ||
|
||
-- Sergey V. Lobanov <[email protected]> Wed, 29 May 2024 11:30:13 +0200 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
10 |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Source: accel-ppp-vlan-mon-dkms | ||
Maintainer: Dmitry Kozlov <[email protected]> | ||
Build-Depends: debhelper (>= 10), dkms | ||
Homepage: https://www.accel-ppp.io/ | ||
|
||
Package: accel-ppp-vlan-mon-dkms | ||
Architecture: all | ||
Priority: optional | ||
Section: kernel | ||
Depends: dkms (>= 1.95), linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers, ${misc:Depends} | ||
Description: DKMS source for the accel-ppp-vlan-mon driver |
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
#!/usr/bin/make -f | ||
|
||
include /usr/share/dpkg/pkg-info.mk | ||
|
||
%: | ||
dh $@ --with dkms | ||
|
||
override_dh_install: | ||
dh_install src/* usr/src/accel-ppp-vlan-mon-$(DEB_VERSION_UPSTREAM)/ | ||
|
||
override_dh_dkms: | ||
dh_dkms -V $(DEB_VERSION_UPSTREAM) | ||
|
||
override_dh_auto_configure: | ||
override_dh_auto_build: | ||
override_dh_auto_test: | ||
override_dh_auto_install: | ||
override_dh_auto_clean: |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../../vlan_mon |
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