diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2010-12-11 16:07:21 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2010-12-11 16:07:21 +0000 |
commit | b8ab3d34eb9b03a73c061f535a086ee4f748c88e (patch) | |
tree | d1680843a8d80d29e7e12831bef5576d1c5bfe15 /target/linux/realview/Makefile | |
parent | 82ac7bb00a712cb203fb2d920c140ffb2d78fb45 (diff) | |
download | upstream-b8ab3d34eb9b03a73c061f535a086ee4f748c88e.tar.gz upstream-b8ab3d34eb9b03a73c061f535a086ee4f748c88e.tar.bz2 upstream-b8ab3d34eb9b03a73c061f535a086ee4f748c88e.zip |
kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2
SVN-Revision: 24486
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 1326b42c62..51c8eabcd0 100644 --- a/target/linux/realview/Makefile +++ b/target/linux/realview/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=ARM Ltd. Realview board (qemu) FEATURES:=squashfs jffs2 fpu CFLAGS:=-Os -pipe -march=armv6k -mtune=mpcore -mfloat-abi=softfp -mfpu=vfp -funit-at-a-time -LINUX_VERSION:=2.6.36.1 +LINUX_VERSION:=2.6.36.2 include $(INCLUDE_DIR)/target.mk |