forked from openwrt/openwrt
-
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.
Support for iptables action has been dropped. Remove tc-mod-iptables and related patch (175-reduce-dynamic-syms.patch). Include a patch to fix the build with GCC 14. Fix 170-ip_tiny.patch, as the help text didn't match all the included functions. All other patches automatically rebased. Signed-off-by: Rui Salvaterra <[email protected]>
- Loading branch information
1 parent
51c70e4
commit f1ce88b
Showing
13 changed files
with
43 additions
and
78 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
25 changes: 25 additions & 0 deletions
25
package/network/utils/iproute2/patches/001-fix-build.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,25 @@ | ||
Index: iproute2-6.8.0/bridge/mdb.c | ||
=================================================================== | ||
--- iproute2-6.8.0.orig/bridge/mdb.c | ||
+++ iproute2-6.8.0/bridge/mdb.c | ||
@@ -7,6 +7,7 @@ | ||
#include <stdlib.h> | ||
#include <unistd.h> | ||
#include <fcntl.h> | ||
+#include <limits.h> | ||
#include <sys/socket.h> | ||
#include <net/if.h> | ||
#include <netinet/in.h> | ||
Index: iproute2-6.8.0/include/json_print.h | ||
=================================================================== | ||
--- iproute2-6.8.0.orig/include/json_print.h | ||
+++ iproute2-6.8.0/include/json_print.h | ||
@@ -8,6 +8,8 @@ | ||
#ifndef _JSON_PRINT_H_ | ||
#define _JSON_PRINT_H_ | ||
|
||
+#include <sys/time.h> | ||
+ | ||
#include "json_writer.h" | ||
#include "color.h" | ||
|
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/115-add-config-xtlibdir.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
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/140-keep_libmnl_optional.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
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/145-keep_libelf_optional.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- a/configure | ||
+++ b/configure | ||
@@ -246,7 +246,7 @@ EOF | ||
@@ -217,7 +217,7 @@ EOF | ||
|
||
check_elf() | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/150-keep_libcap_optional.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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- a/configure | ||
+++ b/configure | ||
@@ -449,7 +449,7 @@ EOF | ||
@@ -421,7 +421,7 @@ EOF | ||
|
||
check_cap() | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/155-keep_tirpc_optional.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
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
45 changes: 0 additions & 45 deletions
45
package/network/utils/iproute2/patches/175-reduce-dynamic-syms.patch
This file was deleted.
Oops, something went wrong.
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
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/200-drop_libbsd_dependency.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
2 changes: 1 addition & 1 deletion
2
package/network/utils/iproute2/patches/300-selinux-configurable.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