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/cobalt | |
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/cobalt')
-rw-r--r-- | target/linux/cobalt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cobalt/Makefile b/target/linux/cobalt/Makefile index 32b766d677..76cc057fd4 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cobalt Microservers FEATURES:=targz pci ext4 CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time -LINUX_VERSION:=2.6.32.26 +LINUX_VERSION:=2.6.32.27 include $(INCLUDE_DIR)/target.mk |