X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/66eeee56c145aed1c845985ebec66e2821148c14..c2edd8cbfc9ed43a5afaf5825884c3d96e918294:/target/linux/uml/Makefile diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 95262b82d..94a08f3bd 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.20 +LINUX_VERSION:=2.6.32.25 include $(INCLUDE_DIR)/target.mk