diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-07-14 21:04:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-07-14 21:04:36 +0000 |
commit | 758a41179776739ca88221022d29a2ad529f844e (patch) | |
tree | 3138f24ca881aa7a8e88e4d32a525ee61b49a735 /target | |
parent | 60e92f6e58552b5b122e020099e1906d25c70312 (diff) | |
download | upstream-758a41179776739ca88221022d29a2ad529f844e.tar.gz upstream-758a41179776739ca88221022d29a2ad529f844e.tar.bz2 upstream-758a41179776739ca88221022d29a2ad529f844e.zip |
realview: switch to 3.10 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37322
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/realview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/realview/Makefile b/target/linux/realview/Makefile index 4f6b78a0b6..3af1e57b8f 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -13,7 +13,7 @@ FEATURES:=fpu ramdisk CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -fno-caller-saves MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.8.13 +LINUX_VERSION:=3.10.1 DEVICE_TYPE:=developerboard |