diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/patches-3.14/902-debloat_proc.patch | 2 | ||||
-rw-r--r-- | target/linux/x86_64/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.14/902-debloat_proc.patch b/target/linux/generic/patches-3.14/902-debloat_proc.patch index 8306a0b0d1..87909fd8cf 100644 --- a/target/linux/generic/patches-3.14/902-debloat_proc.patch +++ b/target/linux/generic/patches-3.14/902-debloat_proc.patch @@ -1,6 +1,6 @@ --- a/fs/locks.c +++ b/fs/locks.c -@@ -2430,6 +2430,8 @@ static const struct file_operations proc +@@ -2429,6 +2429,8 @@ static const struct file_operations proc static int __init proc_locks_init(void) { diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile index 43326b2185..e995dae4dc 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.3 +LINUX_VERSION:=3.14.4 KERNELNAME:=bzImage |