diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-06 09:31:18 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-06 09:31:18 +0000 |
commit | b2a2f4ac351fdba38c378fc6b5f303007ab0ad4f (patch) | |
tree | efe91f63ae26c2441b7e1377ad3aa3ba1401111b /target/linux | |
parent | 00b3e970afc0ee583ed6f85c50d26b3b947b06b1 (diff) |
remove broken status from uml target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/uml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 40cbb1703..f4298f557 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -20,7 +20,7 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=broken ext2 +FEATURES:=ext2 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) LINUX_VERSION:=2.6.26 |