diff options
author | Luka Perkov <luka@openwrt.org> | 2014-06-11 23:39:54 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-06-11 23:39:54 +0000 |
commit | f45b1a671a2bfb4b74a0a45f49723a78d270764b (patch) | |
tree | df2cea987db125da27fe150e04929430b17624a3 /target/linux/generic/patches-3.14/204-module_strip.patch | |
parent | 089f09592693276db9735d76640986fad9be7ade (diff) | |
download | mtk-20170518-f45b1a671a2bfb4b74a0a45f49723a78d270764b.zip mtk-20170518-f45b1a671a2bfb4b74a0a45f49723a78d270764b.tar.gz mtk-20170518-f45b1a671a2bfb4b74a0a45f49723a78d270764b.tar.bz2 |
kernel: update 3.14 to 3.14.7
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 41150
Diffstat (limited to 'target/linux/generic/patches-3.14/204-module_strip.patch')
-rw-r--r-- | target/linux/generic/patches-3.14/204-module_strip.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/204-module_strip.patch b/target/linux/generic/patches-3.14/204-module_strip.patch index 6790ac0..f5fb465 100644 --- a/target/linux/generic/patches-3.14/204-module_strip.patch +++ b/target/linux/generic/patches-3.14/204-module_strip.patch @@ -115,7 +115,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> config INIT_ALL_POSSIBLE --- a/kernel/module.c +++ b/kernel/module.c -@@ -2664,6 +2664,7 @@ static struct module *setup_load_info(st +@@ -2661,6 +2661,7 @@ static struct module *setup_load_info(st static int check_modinfo(struct module *mod, struct load_info *info, int flags) { @@ -123,7 +123,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> const char *modmagic = get_modinfo(info, "vermagic"); int err; -@@ -2689,6 +2690,7 @@ static int check_modinfo(struct module * +@@ -2686,6 +2687,7 @@ static int check_modinfo(struct module * pr_warn("%s: module is from the staging directory, the quality " "is unknown, you have been warned.\n", mod->name); } |