mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-11 15:04:26 +00:00
generic/3.18: update to 3.18.3
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44121
This commit is contained in:
parent
1aad0e6878
commit
53c7248554
@ -6,13 +6,13 @@ LINUX_VERSION-3.8 = .13
|
|||||||
LINUX_VERSION-3.10 = .58
|
LINUX_VERSION-3.10 = .58
|
||||||
LINUX_VERSION-3.13 = .7
|
LINUX_VERSION-3.13 = .7
|
||||||
LINUX_VERSION-3.14 = .28
|
LINUX_VERSION-3.14 = .28
|
||||||
LINUX_VERSION-3.18 = .2
|
LINUX_VERSION-3.18 = .3
|
||||||
|
|
||||||
LINUX_KERNEL_MD5SUM-3.8.13 = 2af19d06cd47ec459519159cdd10542d
|
LINUX_KERNEL_MD5SUM-3.8.13 = 2af19d06cd47ec459519159cdd10542d
|
||||||
LINUX_KERNEL_MD5SUM-3.10.58 = 3ff3478b6351143cef22d4b81cf48b01
|
LINUX_KERNEL_MD5SUM-3.10.58 = 3ff3478b6351143cef22d4b81cf48b01
|
||||||
LINUX_KERNEL_MD5SUM-3.13.7 = 370adced5e5c1cb1d0d621c2dae2723f
|
LINUX_KERNEL_MD5SUM-3.13.7 = 370adced5e5c1cb1d0d621c2dae2723f
|
||||||
LINUX_KERNEL_MD5SUM-3.14.28 = 3fd2be486a6348808a1f6a637d7eab8e
|
LINUX_KERNEL_MD5SUM-3.14.28 = 3fd2be486a6348808a1f6a637d7eab8e
|
||||||
LINUX_KERNEL_MD5SUM-3.18.2 = 7b28d5543cf3647d2483830af19f3770
|
LINUX_KERNEL_MD5SUM-3.18.3 = 7f37f59b9f01945c9503bc9deed88820
|
||||||
|
|
||||||
ifdef KERNEL_PATCHVER
|
ifdef KERNEL_PATCHVER
|
||||||
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
|
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
Index: linux-3.18.2/drivers/of/fdt.c
|
--- a/drivers/of/fdt.c
|
||||||
===================================================================
|
+++ b/drivers/of/fdt.c
|
||||||
--- linux-3.18.2.orig/drivers/of/fdt.c 2015-01-17 20:57:52.419074654 -0800
|
@@ -903,6 +903,9 @@ int __init early_init_dt_scan_chosen(uns
|
||||||
+++ linux-3.18.2/drivers/of/fdt.c 2015-01-17 20:57:52.367074398 -0800
|
|
||||||
@@ -903,6 +903,9 @@
|
|
||||||
p = of_get_flat_dt_prop(node, "bootargs", &l);
|
p = of_get_flat_dt_prop(node, "bootargs", &l);
|
||||||
if (p != NULL && l > 0)
|
if (p != NULL && l > 0)
|
||||||
strlcpy(data, p, min((int)l, COMMAND_LINE_SIZE));
|
strlcpy(data, p, min((int)l, COMMAND_LINE_SIZE));
|
||||||
@ -12,11 +10,9 @@ Index: linux-3.18.2/drivers/of/fdt.c
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* CONFIG_CMDLINE is meant to be a default in case nothing else
|
* CONFIG_CMDLINE is meant to be a default in case nothing else
|
||||||
Index: linux-3.18.2/arch/mips/kernel/prom.c
|
--- a/arch/mips/kernel/prom.c
|
||||||
===================================================================
|
+++ b/arch/mips/kernel/prom.c
|
||||||
--- linux-3.18.2.orig/arch/mips/kernel/prom.c 2015-01-17 20:57:52.419074654 -0800
|
@@ -49,6 +49,9 @@ void * __init early_init_dt_alloc_memory
|
||||||
+++ linux-3.18.2/arch/mips/kernel/prom.c 2015-01-17 20:57:52.415074633 -0800
|
|
||||||
@@ -49,6 +49,9 @@
|
|
||||||
|
|
||||||
void __init __dt_setup_arch(void *bph)
|
void __init __dt_setup_arch(void *bph)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user