diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-10-27 22:55:39 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-10-27 22:55:39 +0000 |
commit | 2644af4717cf9cc3cf89564ca017f596a7dcad05 (patch) | |
tree | 7f2121f700446e60159a365094fdc6eea16d5cb7 /target/linux/generic/patches-3.18/221-module_exports.patch | |
parent | 5e558fcd48c8c4acb87fe7bcf3eb2a66bb279503 (diff) | |
download | upstream-2644af4717cf9cc3cf89564ca017f596a7dcad05.tar.gz upstream-2644af4717cf9cc3cf89564ca017f596a7dcad05.tar.bz2 upstream-2644af4717cf9cc3cf89564ca017f596a7dcad05.zip |
kernel: make the kernel 3.18 patches apply and boot on arm.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43095 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.18/221-module_exports.patch')
-rw-r--r-- | target/linux/generic/patches-3.18/221-module_exports.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/target/linux/generic/patches-3.18/221-module_exports.patch b/target/linux/generic/patches-3.18/221-module_exports.patch index b5380030af..f2cad7a028 100644 --- a/target/linux/generic/patches-3.18/221-module_exports.patch +++ b/target/linux/generic/patches-3.18/221-module_exports.patch @@ -1,6 +1,6 @@ --- a/include/asm-generic/vmlinux.lds.h +++ b/include/asm-generic/vmlinux.lds.h -@@ -52,6 +52,16 @@ +@@ -54,6 +54,16 @@ #define LOAD_OFFSET 0 #endif @@ -17,7 +17,7 @@ #include <linux/export.h> /* Align . to a 8 byte boundary equals to maximum function alignment. */ -@@ -284,14 +294,14 @@ +@@ -288,14 +298,14 @@ /* Kernel symbol table: Normal symbols */ \ __ksymtab : AT(ADDR(__ksymtab) - LOAD_OFFSET) { \ VMLINUX_SYMBOL(__start___ksymtab) = .; \ @@ -34,7 +34,7 @@ VMLINUX_SYMBOL(__stop___ksymtab_gpl) = .; \ } \ \ -@@ -353,7 +363,7 @@ +@@ -357,7 +367,7 @@ \ /* Kernel symbol table: strings */ \ __ksymtab_strings : AT(ADDR(__ksymtab_strings) - LOAD_OFFSET) { \ @@ -43,7 +43,7 @@ } \ \ /* __*init sections */ \ -@@ -671,6 +681,8 @@ +@@ -679,6 +689,8 @@ EXIT_TEXT \ EXIT_DATA \ EXIT_CALL \ @@ -54,7 +54,7 @@ } --- a/scripts/Makefile.build +++ b/scripts/Makefile.build -@@ -349,7 +349,7 @@ targets += $(extra-y) $(MAKECMDGOALS) $( +@@ -298,7 +298,7 @@ targets += $(extra-y) $(MAKECMDGOALS) $( # Linker scripts preprocessor (.lds.S -> .lds) # --------------------------------------------------------------------------- quiet_cmd_cpp_lds_S = LDS $@ |