diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2014-05-08 21:53:27 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2014-05-08 21:53:27 +0000 |
commit | af992d94f218d3f9b2321962e8136a6b7cd010ad (patch) | |
tree | a5111b56ec43d004aa378b98b35abd5c5c5b145b /target | |
parent | 80cecc006e9ad779897823ec66e60cf41556791d (diff) | |
download | master-187ad058-af992d94f218d3f9b2321962e8136a6b7cd010ad.tar.gz master-187ad058-af992d94f218d3f9b2321962e8136a6b7cd010ad.tar.bz2 master-187ad058-af992d94f218d3f9b2321962e8136a6b7cd010ad.zip |
kernel: update to kernel 3.14.3
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40736 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/patches-3.14/100-overlayfs.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/patches-3.14/204-module_strip.patch | 2 | ||||
-rw-r--r-- | target/linux/x86_64/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.14/100-overlayfs.patch b/target/linux/generic/patches-3.14/100-overlayfs.patch index 9007c96deb..218b5c81d7 100644 --- a/target/linux/generic/patches-3.14/100-overlayfs.patch +++ b/target/linux/generic/patches-3.14/100-overlayfs.patch @@ -3219,7 +3219,7 @@ file_ra_state_init(struct file_ra_state *ra, struct address_space *mapping); --- a/include/linux/mount.h +++ b/include/linux/mount.h -@@ -71,6 +71,9 @@ extern void mnt_pin(struct vfsmount *mnt +@@ -74,6 +74,9 @@ extern void mnt_pin(struct vfsmount *mnt extern void mnt_unpin(struct vfsmount *mnt); extern int __mnt_is_readonly(struct vfsmount *mnt); diff --git a/target/linux/generic/patches-3.14/204-module_strip.patch b/target/linux/generic/patches-3.14/204-module_strip.patch index 6d9aabf5cc..6790ac041f 100644 --- a/target/linux/generic/patches-3.14/204-module_strip.patch +++ b/target/linux/generic/patches-3.14/204-module_strip.patch @@ -99,7 +99,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> --- a/init/Kconfig +++ b/init/Kconfig -@@ -1823,6 +1823,13 @@ config MODULE_SIG_HASH +@@ -1830,6 +1830,13 @@ config MODULE_SIG_HASH default "sha384" if MODULE_SIG_SHA384 default "sha512" if MODULE_SIG_SHA512 diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile index 085ba6805e..43326b2185 100644 --- a/target/linux/x86_64/Makefile +++ b/target/linux/x86_64/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=x86_64 FEATURES:=ext4 vdi vmdk targz MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> -LINUX_VERSION:=3.14 +LINUX_VERSION:=3.14.3 KERNELNAME:=bzImage |