Allow the redboot supplied command line to be append (#2089)
[openwrt.git] / target / linux / uml-2.6 / Makefile
index 089ef58..a54d2cd 100644 (file)
@@ -20,9 +20,11 @@ ARCH:=$(shell uname -m | sed \
 )
 BOARD:=uml
 BOARDNAME:=User Mode Linux
-FEATURES:=broken
+FEATURES:=broken ext2
 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH)
 
+LINUX_VERSION:=2.6.22.1
+
 include $(INCLUDE_DIR)/kernel-build.mk
 
 # include the profiles
This page took 0.020381 seconds and 4 git commands to generate.