diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 18:06:29 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-10 18:06:29 +0000 |
commit | 35dd42f976142939ae24f637b1d60d9b05c8626a (patch) | |
tree | 355458ff4d40c4a56b9b3850563ff15a8529e4eb /target/linux/realview | |
parent | 53e0f10246bbfdbfed941a8d44181f202a1f961f (diff) | |
download | upstream-35dd42f976142939ae24f637b1d60d9b05c8626a.tar.gz upstream-35dd42f976142939ae24f637b1d60d9b05c8626a.tar.bz2 upstream-35dd42f976142939ae24f637b1d60d9b05c8626a.zip |
realview: switch to 3.8
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35939
Diffstat (limited to 'target/linux/realview')
-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 5641aa62d8..5cb8ddd4a1 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.3.8 +LINUX_VERSION:=3.8.2 DEVICE_TYPE:=developerboard |