X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4f9721dee779c45e0db55753bb2e4096541e28f6..ab31e75d1bc662e62bfea938e4048a395053f51a:/target/linux/uml/Makefile?ds=sidebyside diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index a962114df..f5abf461f 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.16 +LINUX_VERSION:=2.6.37.3 include $(INCLUDE_DIR)/target.mk