diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-03-17 12:41:05 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-03-17 12:41:05 +0000 |
commit | 45a676441d8ad344d4b50ac88e3771fb75e41d7e (patch) | |
tree | 7a9f167966530b0e2d10fbfacaf312c35ec61b2f /target/linux/uml | |
parent | e71ccfdbbd06b6d7c5f9bcda0914ae734230d8f9 (diff) | |
download | upstream-45a676441d8ad344d4b50ac88e3771fb75e41d7e.tar.gz upstream-45a676441d8ad344d4b50ac88e3771fb75e41d7e.tar.bz2 upstream-45a676441d8ad344d4b50ac88e3771fb75e41d7e.zip |
update to 2.6.28.8
SVN-Revision: 14916
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 f11b8c24a1..7e46f022c1 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.28.7 +LINUX_VERSION:=2.6.28.8 include $(INCLUDE_DIR)/target.mk |