X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0c95905c4f670d7d880dfddaea9d2313e4f0b310..6f36e43344306b69ee225dbe149eb0d6a1759cb7:/target/linux/uml/Makefile diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 40cb746f3..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.25 +LINUX_VERSION:=2.6.32.27 include $(INCLUDE_DIR)/target.mk