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/uml | |
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/uml')
-rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 69516fb271..cf75b318ab 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext2 audio LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.32.13 +LINUX_VERSION:=2.6.32.14 include $(INCLUDE_DIR)/target.mk |