diff options
author | Luka Perkov <luka@openwrt.org> | 2013-09-27 01:52:26 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-09-27 01:52:26 +0000 |
commit | a0848b5884403d5a2d001776216cbf3faf517537 (patch) | |
tree | d57d34aeb47fb5bf5470b1f1fe0020c625c04d33 /target/linux/mvebu/Makefile | |
parent | d3c3919a851ddd70648ba1bb2c6118b4be237d16 (diff) | |
download | upstream-a0848b5884403d5a2d001776216cbf3faf517537.tar.gz upstream-a0848b5884403d5a2d001776216cbf3faf517537.tar.bz2 upstream-a0848b5884403d5a2d001776216cbf3faf517537.zip |
mvebu: switch to 3.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38224
Diffstat (limited to 'target/linux/mvebu/Makefile')
-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 37730d13c6..1b06bfe3a4 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -13,7 +13,7 @@ FEATURES:=targz usb pci pcie gpio CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=vfpv3 -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.12 include $(INCLUDE_DIR)/target.mk |