diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-28 10:23:36 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-04-28 10:23:36 +0000 |
commit | 294a4bb95f1795e12ad9a209f7998b5435b3510c (patch) | |
tree | 84c35f60b340a0c52e9a7ea9855bba3e4443b2a7 /target/linux/uml/Makefile | |
parent | 56de1b407c37998668f8547a737914316b6f0dec (diff) |
upgrade to 2.6.24.5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10959 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml/Makefile')
-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 ebcfbbc99a..543f7036e2 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=broken ext2 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.24.2 +LINUX_VERSION:=2.6.24.5 include $(INCLUDE_DIR)/target.mk |