diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-23 09:16:00 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-10-23 09:16:00 +0000 |
commit | 4d09600736428b53b4139b855642e286cb31078d (patch) | |
tree | 07cd8aaac71b1c55cfbfd2defa3be11cb9ee8b42 /target/linux/uml/Makefile | |
parent | 4e471fc847f779d6e9e65380750eb4c59798bc3e (diff) |
Update to 2.6.26.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13036 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 659eaec704..024d0515f5 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext2 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.26.5 +LINUX_VERSION:=2.6.26.7 include $(INCLUDE_DIR)/target.mk |