diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-27 18:09:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-27 18:09:09 +0000 |
commit | de002a7d39f15520b42d5f8f3d8dad1ca963e048 (patch) | |
tree | a6318d816504f6a558c16133268edc6c748be806 /target/linux/cobalt/Makefile | |
parent | 3a21d902797a690fb2f9d4cc5f5d3443c82341a4 (diff) | |
download | upstream-de002a7d39f15520b42d5f8f3d8dad1ca963e048.tar.gz upstream-de002a7d39f15520b42d5f8f3d8dad1ca963e048.tar.bz2 upstream-de002a7d39f15520b42d5f8f3d8dad1ca963e048.zip |
update linux kernel to 2.6.32.14
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21583 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/cobalt/Makefile')
-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 fd4b8fd106..eb4bf741da 100644 --- a/target/linux/cobalt/Makefile +++ b/target/linux/cobalt/Makefile @@ -12,7 +12,7 @@ BOARDNAME:=Cobalt Microservers FEATURES:=targz pci ext2 CFLAGS:=-O2 -pipe -mtune=r5000 -funit-at-a-time -LINUX_VERSION:=2.6.32.13 +LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk |