switch from ext2 to ext4 (w/o) journaling
[openwrt/staging/yousong.git] / target / linux / uml / Makefile
index cf75b318ab10660e830f814b6f05e5dfdff9b30e..94a08f3bd0ceb0239f88b9afebd7e96928a83721 100644 (file)
@@ -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.32.25
 
 include $(INCLUDE_DIR)/target.mk