diff options
author | Nicolas Thill <nico@openwrt.org> | 2015-03-22 12:36:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2015-03-22 12:36:57 +0000 |
commit | 577da84c2583f114e1b314475f70b2382a375211 (patch) | |
tree | 869aa478e7878290a751b1adc98faa76dc2e9752 /target/linux/uml/Makefile | |
parent | 223468546da753b4d98479de2fc74e5a5d70edb3 (diff) | |
download | upstream-577da84c2583f114e1b314475f70b2382a375211.tar.gz upstream-577da84c2583f114e1b314475f70b2382a375211.tar.bz2 upstream-577da84c2583f114e1b314475f70b2382a375211.zip |
uml: bump to 3.18
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44937
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 eb4fed11e9..ab077036a3 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> -KERNEL_PATCHVER:=3.14 +KERNEL_PATCHVER:=3.18 include $(INCLUDE_DIR)/target.mk |