diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-03 13:59:07 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-04-03 13:59:07 +0000 |
commit | 50c743e79ee843bf44b1ab07bd561c9354ace928 (patch) | |
tree | 0a8b04a22c227e7a4c6c84a71e3d0428fd4e2851 /target/linux/malta/Makefile | |
parent | 0301e0707408c3497dcb12840c8658d64392e08a (diff) | |
download | upstream-50c743e79ee843bf44b1ab07bd561c9354ace928.tar.gz upstream-50c743e79ee843bf44b1ab07bd561c9354ace928.tar.bz2 upstream-50c743e79ee843bf44b1ab07bd561c9354ace928.zip |
kernel: Update to version 2.6.37.6
Thank you Peter Wagner for the patch
SVN-Revision: 26441
Diffstat (limited to 'target/linux/malta/Makefile')
-rw-r--r-- | target/linux/malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 8cd200aaf0..9ffb3de4ee 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -12,7 +12,7 @@ CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves SUBTARGETS:=le be INITRAMFS_EXTRA_FILES:= -LINUX_VERSION:=2.6.37.4 +LINUX_VERSION:=2.6.37.6 include $(INCLUDE_DIR)/target.mk |