aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-04-09 11:46:18 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-04-09 11:46:18 +0000
commit0914d854692208044d66b8d8df4603881866b6ba (patch)
tree97abbc2b6f6d971f22877691124d167ae51096f4 /target
parent18b597d5a17fa1a95ec36c23fc97ff2477b6aa5e (diff)
downloadmaster-187ad058-0914d854692208044d66b8d8df4603881866b6ba.tar.gz
master-187ad058-0914d854692208044d66b8d8df4603881866b6ba.tar.bz2
master-187ad058-0914d854692208044d66b8d8df4603881866b6ba.zip
[x86_64]: upgrade to 3.14
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40433 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/x86_64/Makefile2
-rw-r--r--target/linux/x86_64/patches/011-tune_lzma_options.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/x86_64/Makefile b/target/linux/x86_64/Makefile
index 108de3abd2..085ba6805e 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.13.7
+LINUX_VERSION:=3.14
KERNELNAME:=bzImage
diff --git a/target/linux/x86_64/patches/011-tune_lzma_options.patch b/target/linux/x86_64/patches/011-tune_lzma_options.patch
index 1421f7c8fa..168c3dd731 100644
--- a/target/linux/x86_64/patches/011-tune_lzma_options.patch
+++ b/target/linux/x86_64/patches/011-tune_lzma_options.patch
@@ -1,6 +1,6 @@
--- a/scripts/Makefile.lib
+++ b/scripts/Makefile.lib
-@@ -303,7 +303,7 @@ cmd_bzip2 = (cat $(filter-out FORCE,$^)
+@@ -304,7 +304,7 @@ cmd_bzip2 = (cat $(filter-out FORCE,$^)
quiet_cmd_lzma = LZMA $@
cmd_lzma = (cat $(filter-out FORCE,$^) | \