mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
kernel: update to linux 4.1.3
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46437
This commit is contained in:
parent
9384cc5951
commit
54f5f6fa6c
@ -4,11 +4,11 @@ LINUX_RELEASE?=1
|
|||||||
|
|
||||||
LINUX_VERSION-3.18 = .18
|
LINUX_VERSION-3.18 = .18
|
||||||
LINUX_VERSION-4.0 = .8
|
LINUX_VERSION-4.0 = .8
|
||||||
LINUX_VERSION-4.1 = .2
|
LINUX_VERSION-4.1 = .3
|
||||||
|
|
||||||
LINUX_KERNEL_MD5SUM-3.18.18 = 6fce868a56f2d83f80cdad5fed457110
|
LINUX_KERNEL_MD5SUM-3.18.18 = 6fce868a56f2d83f80cdad5fed457110
|
||||||
LINUX_KERNEL_MD5SUM-4.0.8 = a99375dd855de00635e9ac8e62b0f8e6
|
LINUX_KERNEL_MD5SUM-4.0.8 = a99375dd855de00635e9ac8e62b0f8e6
|
||||||
LINUX_KERNEL_MD5SUM-4.1.2 = 26879db288cd9ffa17c9fd5db213b272
|
LINUX_KERNEL_MD5SUM-4.1.3 = 96c2c77b1c54ba01cfd8fc2d13fbf828
|
||||||
|
|
||||||
ifdef KERNEL_PATCHVER
|
ifdef KERNEL_PATCHVER
|
||||||
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
|
LINUX_VERSION:=$(KERNEL_PATCHVER)$(strip $(LINUX_VERSION-$(KERNEL_PATCHVER)))
|
||||||
|
@ -332,7 +332,7 @@
|
|||||||
IPSTATS_MIB_INHDRERRORS);
|
IPSTATS_MIB_INHDRERRORS);
|
||||||
--- a/include/linux/types.h
|
--- a/include/linux/types.h
|
||||||
+++ b/include/linux/types.h
|
+++ b/include/linux/types.h
|
||||||
@@ -207,5 +207,11 @@ struct callback_head {
|
@@ -215,5 +215,11 @@ struct callback_head {
|
||||||
/* clocksource cycle base type */
|
/* clocksource cycle base type */
|
||||||
typedef u64 cycle_t;
|
typedef u64 cycle_t;
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
#include <linux/mutex.h>
|
#include <linux/mutex.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <linux/of.h>
|
#include <linux/of.h>
|
||||||
@@ -2632,3 +2633,5 @@ static int __init regmap_initcall(void)
|
@@ -2631,3 +2632,5 @@ static int __init regmap_initcall(void)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
postcore_initcall(regmap_initcall);
|
postcore_initcall(regmap_initcall);
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/drivers/pci/Kconfig
|
--- a/drivers/pci/Kconfig
|
||||||
+++ b/drivers/pci/Kconfig
|
+++ b/drivers/pci/Kconfig
|
||||||
@@ -64,6 +64,12 @@ config XEN_PCIDEV_FRONTEND
|
@@ -68,6 +68,12 @@ config XEN_PCIDEV_FRONTEND
|
||||||
The PCI device frontend driver allows the kernel to import arbitrary
|
The PCI device frontend driver allows the kernel to import arbitrary
|
||||||
PCI devices from a PCI backend to support PCI driver domains.
|
PCI devices from a PCI backend to support PCI driver domains.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/init/main.c
|
--- a/init/main.c
|
||||||
+++ b/init/main.c
|
+++ b/init/main.c
|
||||||
@@ -959,7 +959,8 @@ static int __ref kernel_init(void *unuse
|
@@ -960,7 +960,8 @@ static int __ref kernel_init(void *unuse
|
||||||
panic("Requested init %s failed (error %d).",
|
panic("Requested init %s failed (error %d).",
|
||||||
execute_command, ret);
|
execute_command, ret);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user