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 | ceda2a3f2d3a99fb9b45a7b98006c8373aa3c63a (patch) | |
tree | b4828c8273cddb1733ba97f5057450d93500b643 | |
parent | e7ac785e7430b76d063626c925423c0eaa692f97 (diff) | |
download | upstream-ceda2a3f2d3a99fb9b45a7b98006c8373aa3c63a.tar.gz upstream-ceda2a3f2d3a99fb9b45a7b98006c8373aa3c63a.tar.bz2 upstream-ceda2a3f2d3a99fb9b45a7b98006c8373aa3c63a.zip |
realview: switch to 3.10 kernel
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37322 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |