X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/541e59dc6b1b9c9bdb1fc78d2a90f5eb51b2ac6d..3b90e5b185bf3a85abf6117d4bd3be13dcf0dcd8:/target/linux/uml/Makefile diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index cf75b318a..2c039f4f2 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -20,10 +20,10 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=ext2 audio +FEATURES:=ext4 audio LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.32.14 +LINUX_VERSION:=2.6.37.1 include $(INCLUDE_DIR)/target.mk