OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 31... Line 31...
31 +endif 31 +endif
32 + 32 +
33 # Read KERNELRELEASE from include/config/kernel.release (if it exists) 33 # Read KERNELRELEASE from include/config/kernel.release (if it exists)
34 KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null) 34 KERNELRELEASE = $(shell cat include/config/kernel.release 2> /dev/null)
35 KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION) 35 KERNELVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)
36 @@ -788,11 +793,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH 36 @@ -782,11 +787,6 @@ ifdef CONFIG_DEBUG_SECTION_MISMATCH
37 KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once) 37 KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)
38 endif 38 endif
Line 39... Line 39...
39 39
40 -ifdef CONFIG_LD_DEAD_CODE_DATA_ELIMINATION 40 -ifdef CONFIG_LD_DEAD_CODE_DATA_ELIMINATION
Line 169... Line 169...
169 __pv_table_end = .; 169 __pv_table_end = .;
170 } 170 }
171 .init.data : { 171 .init.data : {
172 --- a/arch/mips/Kconfig 172 --- a/arch/mips/Kconfig
173 +++ b/arch/mips/Kconfig 173 +++ b/arch/mips/Kconfig
174 @@ -40,6 +40,7 @@ config MIPS 174 @@ -39,6 +39,7 @@ config MIPS
175 select HAVE_CBPF_JIT if (!64BIT && !CPU_MICROMIPS) 175 select HAVE_CBPF_JIT if (!64BIT && !CPU_MICROMIPS)
176 select HAVE_EBPF_JIT if (64BIT && !CPU_MICROMIPS) 176 select HAVE_EBPF_JIT if (64BIT && !CPU_MICROMIPS)
177 select HAVE_CC_STACKPROTECTOR 177 select HAVE_CC_STACKPROTECTOR
178 + select LD_DEAD_CODE_DATA_ELIMINATION 178 + select LD_DEAD_CODE_DATA_ELIMINATION
179 select HAVE_CONTEXT_TRACKING 179 select HAVE_CONTEXT_TRACKING