diff options
| author | Shiji Yang | 2025-05-25 06:46:17 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-05-25 18:39:13 +0000 |
| commit | 1df56d02cfe369cd1bfa61ddb009d645bbb6cadf (patch) | |
| tree | d17215bcb24d43b19eec9f625e28840bca827d4c | |
| parent | 726bb8e0e2fca96a160b3abbbf8e18227749cc27 (diff) | |
| download | openwrt-1df56d02cfe369cd1bfa61ddb009d645bbb6cadf.tar.gz | |
ath79: refresh 6.12 kernel patches
Refresh patches to fix the GitHub CI warning.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18912
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/ath79/patches-6.12/900-unaligned_access_hacks.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-6.12/900-unaligned_access_hacks.patch b/target/linux/ath79/patches-6.12/900-unaligned_access_hacks.patch index 364f8c5922..89be8a02c4 100644 --- a/target/linux/ath79/patches-6.12/900-unaligned_access_hacks.patch +++ b/target/linux/ath79/patches-6.12/900-unaligned_access_hacks.patch @@ -323,7 +323,7 @@ SVN-Revision: 35130 SKB_DROP_REASON_IP_INHDR); --- a/include/linux/types.h +++ b/include/linux/types.h -@@ -247,5 +247,11 @@ typedef void (*swap_func_t)(void *a, voi +@@ -248,5 +248,11 @@ typedef void (*swap_func_t)(void *a, voi typedef int (*cmp_r_func_t)(const void *a, const void *b, const void *priv); typedef int (*cmp_func_t)(const void *a, const void *b); |