diff options
author | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:10:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2014-09-03 03:10:47 +0000 |
commit | 640579bf494b430a9f42e717c69b123002bd0edd (patch) | |
tree | 9d8dd586daca79a845d461d2bb3010f5ed22cee6 /target/linux/at91 | |
parent | 892d571d079e95179d50ad7424574e5752ece832 (diff) | |
download | upstream-640579bf494b430a9f42e717c69b123002bd0edd.tar.gz upstream-640579bf494b430a9f42e717c69b123002bd0edd.tar.bz2 upstream-640579bf494b430a9f42e717c69b123002bd0edd.zip |
at91: switch to 3.14
We need a new kernel version to support Cortex-A5 based platforms such
as SAMA5GD3.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42415
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 47fc2f67df..1c96492dac 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,9 +11,9 @@ BOARD:=at91 MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> BOARDNAME:=Atmel AT91 FEATURES:=squashfs targz ext2 usb -SUBTARGETS:=legacy +SUBTARGETS:=legacy sama5d3 -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.16 include $(INCLUDE_DIR)/target.mk |