diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:25 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-12-06 19:50:25 +0000 |
commit | 6e2ae90f4ab5f90459da923069ed31dc6503918f (patch) | |
tree | 026bf14dff23d3be81dbb4c44a6de598fa2d8f8e /target/linux/realview | |
parent | c6b2b98812447c4c1dac9d83ccd01a6d3ba448c4 (diff) | |
download | upstream-6e2ae90f4ab5f90459da923069ed31dc6503918f.tar.gz upstream-6e2ae90f4ab5f90459da923069ed31dc6503918f.tar.bz2 upstream-6e2ae90f4ab5f90459da923069ed31dc6503918f.zip |
linux: update 3.0 to 3.0.12
SVN-Revision: 29469
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 be09630254..94de710558 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.9 +LINUX_VERSION:=3.0.12 include $(INCLUDE_DIR)/target.mk |