diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-14 21:04:36 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-14 21:04:36 +0000 |
commit | c2878d6232d70956f8f646d4bd133f160c908f33 (patch) | |
tree | b4828c8273cddb1733ba97f5057450d93500b643 /target/linux/realview/Makefile | |
parent | ec15cd72e3ccc86fc7a4e14127b16b9b2b57a6fb (diff) |
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
Diffstat (limited to 'target/linux/realview/Makefile')
-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 |