diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-01-28 15:47:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-01-28 15:47:34 +0000 |
commit | 85963798be99926739b4f14ee3b2ef5feb906d18 (patch) | |
tree | e73a28c6a94bffb176c77d4dd1ad972a9ddc8e97 /target/linux/uml/Makefile | |
parent | 04bf46b82bcff431ab06985e5e7d2de3db6ddfaa (diff) | |
download | upstream-85963798be99926739b4f14ee3b2ef5feb906d18.tar.gz upstream-85963798be99926739b4f14ee3b2ef5feb906d18.tar.bz2 upstream-85963798be99926739b4f14ee3b2ef5feb906d18.zip |
update to 2.6.28.2
SVN-Revision: 14247
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 41d20ff946..4a823c1024 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 +LINUX_VERSION:=2.6.28.2 include $(INCLUDE_DIR)/target.mk |