diff options
author | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-18 12:54:12 +0000 |
---|---|---|
committer | hauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-08-18 12:54:12 +0000 |
commit | 0f6d21f8f6cafa10260a1775d7e3cd799856352e (patch) | |
tree | 718ea28f81c0a1b097d890548b127ee45c6a477b /target/linux/realview/Makefile | |
parent | fdb4676b62cc83746e2131011b142ea05b5ed1f8 (diff) |
kernel: update to version 3.0.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28043 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 e697ba62df..e758ea77ea 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.1 +LINUX_VERSION:=3.0.3 include $(INCLUDE_DIR)/target.mk |