forked from coolsnowwolf/lede
-
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.
- Loading branch information
coolsnowwolf
committed
Aug 4, 2022
1 parent
ba6dc24
commit 729dcd5
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
package/network/utils/linux-atm/patches/900-add_5.19_support.patch
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,17 @@ | ||
--- a/src/maint/Makefile.am | ||
+++ b/src/maint/Makefile.am | ||
@@ -1,5 +1,5 @@ | ||
BOOTPGMS=atmaddr esi | ||
-SYSPGMS=atmloop atmtcp enitune zntune hediag # nstune | ||
+SYSPGMS=atmloop atmtcp enitune hediag # nstune | ||
USRPGMS=atmdiag atmdump sonetdiag saaldump | ||
|
||
INCLUDES=-I$(srcdir)/../q2931 -I$(srcdir)/../saal -I. | ||
@@ -14,7 +14,6 @@ esi_SOURCES = esi.c | ||
atmloop_SOURCES = atmloop.c | ||
atmtcp_SOURCES = atmtcp.c | ||
enitune_SOURCES = enitune.c | ||
-zntune_SOURCES = zntune.c | ||
#nstune_SOURCES = nstune.c | ||
|
||
atmdiag_SOURCES = atmdiag.c |