diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:53 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-01-31 09:43:53 +0000 |
commit | e67f4477bb4a423a0d45418a5c0d228d425ecbce (patch) | |
tree | 7d8a4c3250532ecdb662e2824fc43f4287176f3e /target/linux/realview | |
parent | 882eddbf92fb86d75d701d3bcbc32ac4a7dbbb16 (diff) | |
download | upstream-e67f4477bb4a423a0d45418a5c0d228d425ecbce.tar.gz upstream-e67f4477bb4a423a0d45418a5c0d228d425ecbce.tar.bz2 upstream-e67f4477bb4a423a0d45418a5c0d228d425ecbce.zip |
kernel: update linux 3.0 to 3.0.18
SVN-Revision: 29965
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 9b980b0267..b720079b5d 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.17 +LINUX_VERSION:=3.0.18 include $(INCLUDE_DIR)/target.mk |