X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7e99ea9fe65db35955c3bb97d3d5ac22c2f9f38d..638e7f7d3b95137aafc5a1af5f1e19e445295dbf:/target/linux/uml/Makefile diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index dd3dc9722..848af1f7c 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.24 +LINUX_VERSION:=2.6.32.27 include $(INCLUDE_DIR)/target.mk