summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.9/221-module_exports.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-08-22 19:58:01 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2020-08-27 00:19:53 +0200
commit3ad44fcd12915063816c440f1afce751470feef2 (patch)
treea0f769f8621f7a4fd5d591c366695f2a622f2093 /target/linux/generic/hack-4.9/221-module_exports.patch
parentb8336ebab9fc6d725def8eeacf71a879f63bdb0a (diff)
downloadopenwrt-3ad44fcd12915063816c440f1afce751470feef2.tar.gz
openwrt-3ad44fcd12915063816c440f1afce751470feef2.tar.bz2
openwrt-3ad44fcd12915063816c440f1afce751470feef2.zip
kernel: Update kernel 4.9 to version 4.9.234
Compile and runtime tested on lantiq/xrx200. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/generic/hack-4.9/221-module_exports.patch')
-rw-r--r--target/linux/generic/hack-4.9/221-module_exports.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/hack-4.9/221-module_exports.patch b/target/linux/generic/hack-4.9/221-module_exports.patch
index f357d73d6a..d5bd0a21e8 100644
--- a/target/linux/generic/hack-4.9/221-module_exports.patch
+++ b/target/linux/generic/hack-4.9/221-module_exports.patch
@@ -30,7 +30,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
#include <linux/export.h>
/* Align . to a 8 byte boundary equals to maximum function alignment. */
-@@ -342,14 +352,14 @@
+@@ -343,14 +353,14 @@
/* Kernel symbol table: Normal symbols */ \
__ksymtab : AT(ADDR(__ksymtab) - LOAD_OFFSET) { \
VMLINUX_SYMBOL(__start___ksymtab) = .; \
@@ -47,7 +47,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
VMLINUX_SYMBOL(__stop___ksymtab_gpl) = .; \
} \
\
-@@ -411,7 +421,7 @@
+@@ -412,7 +422,7 @@
\
/* Kernel symbol table: strings */ \
__ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) { \
@@ -56,7 +56,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
} \
\
/* __*init sections */ \
-@@ -763,6 +773,8 @@
+@@ -766,6 +776,8 @@
EXIT_TEXT \
EXIT_DATA \
EXIT_CALL \