diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-05-14 15:48:31 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-05-14 15:48:31 +0000 |
commit | e2ecabd761658823a196be5acc498a4aa08238f8 (patch) | |
tree | 6350802136d2935b4b9cb83a81488a01fd5add58 /target | |
parent | 46c7d5872660f2c2f48896a879da01f0bb3852e2 (diff) | |
download | upstream-e2ecabd761658823a196be5acc498a4aa08238f8.tar.gz upstream-e2ecabd761658823a196be5acc498a4aa08238f8.tar.bz2 upstream-e2ecabd761658823a196be5acc498a4aa08238f8.zip |
realview: switch to 3.3
SVN-Revision: 31715
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 b720079b5d..ab7d8d09c7 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.0.18 +LINUX_VERSION:=3.3.6 include $(INCLUDE_DIR)/target.mk |