uml: disable ext2/ext3 filesystem support (ext4 is enough)
[openwrt.git] / target / linux / uml / Makefile
index 442b716..ab07703 100644 (file)
@@ -21,8 +21,9 @@ ARCH:=$(shell uname -m | sed \
 BOARD:=uml
 BOARDNAME:=User Mode Linux
 FEATURES:=ext4 audio
+MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
-LINUX_VERSION:=2.6.38.2
+KERNEL_PATCHVER:=3.18
 
 include $(INCLUDE_DIR)/target.mk