diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:25:08 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:25:08 +0000 |
| commit | ac02af34e6938758c236ee87e99a65e9d7318c43 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /repos/core/busybox/kernel-6.8-tca.patch | |
| parent | 495bfcc4011c3eb286cb5e4d57aef27af6b8751e (diff) | |
| download | alicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.tar.gz alicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.zip | |
Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI]
Diffstat (limited to 'repos/core/busybox/kernel-6.8-tca.patch')
| -rw-r--r-- | repos/core/busybox/kernel-6.8-tca.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/repos/core/busybox/kernel-6.8-tca.patch b/repos/core/busybox/kernel-6.8-tca.patch deleted file mode 100644 index b040e7bf..00000000 --- a/repos/core/busybox/kernel-6.8-tca.patch +++ /dev/null @@ -1,43 +0,0 @@ -diff --git a/networking/tc.c b/networking/tc.c -index 3a79fd2..3020bfb 100644 ---- a/networking/tc.c -+++ b/networking/tc.c -@@ -231,6 +231,7 @@ static int cbq_parse_opt(int argc, char **argv, struct nlmsghdr *n) - return 0; - } - #endif -+#ifdef TCA_CBQ_MAX - static int cbq_print_opt(struct rtattr *opt) - { - struct rtattr *tb[TCA_CBQ_MAX+1]; -@@ -322,6 +323,7 @@ static int cbq_print_opt(struct rtattr *opt) - done: - return 0; - } -+#endif - - static FAST_FUNC int print_qdisc( - const struct sockaddr_nl *who UNUSED_PARAM, -@@ -372,8 +374,10 @@ static FAST_FUNC int print_qdisc( - int qqq = index_in_strings(_q_, name); - if (qqq == 0) { /* pfifo_fast aka prio */ - prio_print_opt(tb[TCA_OPTIONS]); -+#ifdef TCA_CBQ_MAX - } else if (qqq == 1) { /* class based queuing */ - cbq_print_opt(tb[TCA_OPTIONS]); -+#endif - } else { - /* don't know how to print options for this qdisc */ - printf("(options for %s)", name); -@@ -442,9 +446,11 @@ static FAST_FUNC int print_class( - int qqq = index_in_strings(_q_, name); - if (qqq == 0) { /* pfifo_fast aka prio */ - /* nothing. */ /*prio_print_opt(tb[TCA_OPTIONS]);*/ -+#ifdef TCA_CBQ_MAX - } else if (qqq == 1) { /* class based queuing */ - /* cbq_print_copt() is identical to cbq_print_opt(). */ - cbq_print_opt(tb[TCA_OPTIONS]); -+#endif - } else { - /* don't know how to print options for this class */ - printf("(options for %s)", name); |