diff options
author | Nicolas Thill <nico@openwrt.org> | 2014-09-05 22:02:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2014-09-05 22:02:09 +0000 |
commit | 4ea085316e1aab63d8d6b5aafee1b574b21eb482 (patch) | |
tree | 7cd12bf9b203872fe4ca0a072d5ad472c09f61f3 /target/linux/uml/Makefile | |
parent | c329f79dd4faf11d87afcebc85cf0ccc9f2899ee (diff) | |
download | upstream-4ea085316e1aab63d8d6b5aafee1b574b21eb482.tar.gz upstream-4ea085316e1aab63d8d6b5aafee1b574b21eb482.tar.bz2 upstream-4ea085316e1aab63d8d6b5aafee1b574b21eb482.zip |
uml: bump to 3.14.16
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 42421
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 5f4896c5d4..aafe1d4a62 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext4 audio MAINTAINER:=Florian Fainelli <florian@openwrt.org> -LINUX_VERSION:=3.10.49 +LINUX_VERSION:=3.14.16 include $(INCLUDE_DIR)/target.mk |