projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
generic: ar8216: use ar8216_sw_ prefix for switchdev related functions
[openwrt.git]
/
target
/
linux
/
sibyte
/
patches
/
106-no_module_reloc.patch
diff --git
a/target/linux/sibyte/patches/106-no_module_reloc.patch
b/target/linux/sibyte/patches/106-no_module_reloc.patch
index
3b1f124
..
108b498
100644
(file)
--- a/
target/linux/sibyte/patches/106-no_module_reloc.patch
+++ b/
target/linux/sibyte/patches/106-no_module_reloc.patch
@@
-1,11
+1,13
@@
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
--- a/arch/mips/Makefile
+++ b/arch/mips/Makefile
-@@ -
85,7 +85,7 @@ all-$(CONFIG_BOOT_ELF64) := $(vmlinux-64
+@@ -
93,8 +93,8 @@ all-$(CONFIG_SYS_SUPPORTS_ZBOOT)+= vmlin
cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
cflags-y += -msoft-float
LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
cflags-y += -G 0 -mno-abicalls -fno-pic -pipe
cflags-y += -msoft-float
LDFLAGS_vmlinux += -G 0 -static -n -nostdlib
--MODFLAGS += -mno-long-calls
-+MODFLAGS += -mlong-calls
+-KBUILD_AFLAGS_MODULE += -mno-long-calls
+-KBUILD_CFLAGS_MODULE += -mno-long-calls
++KBUILD_AFLAGS_MODULE += -mlong-calls
++KBUILD_CFLAGS_MODULE += -mlong-calls
cflags-y += -ffreestanding
cflags-y += -ffreestanding
This page took
0.027184 seconds
and
4
git commands to generate.