diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-29 13:11:57 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-29 13:11:57 +0000 |
commit | 6e59193e88a686cfc86c181f76c223af62a023b2 (patch) | |
tree | 0d448b91d4009547cf960e503b791e8365f92eb5 | |
parent | 3e4932758e088541dca89ddd7204d4f880a3e40b (diff) | |
download | upstream-6e59193e88a686cfc86c181f76c223af62a023b2.tar.gz upstream-6e59193e88a686cfc86c181f76c223af62a023b2.tar.bz2 upstream-6e59193e88a686cfc86c181f76c223af62a023b2.zip |
upgrade to Linux 3.14.9
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41388
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index 4577c7cbe8..177107c5c7 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 MAINTAINER:=Luka Perkov <luka@openwrt.org> -LINUX_VERSION:=3.10.44 +LINUX_VERSION:=3.14.9 include $(INCLUDE_DIR)/target.mk |