diff options
author | Nicolas Thill <nico@openwrt.org> | 2008-08-06 09:31:18 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2008-08-06 09:31:18 +0000 |
commit | 671818416e3ddd0cb3b7009efb963398a13978b7 (patch) | |
tree | efe91f63ae26c2441b7e1377ad3aa3ba1401111b /target/linux/uml | |
parent | 0eedb7aee60ba08fd343da3cd75b363a7ed8e26e (diff) | |
download | upstream-671818416e3ddd0cb3b7009efb963398a13978b7.tar.gz upstream-671818416e3ddd0cb3b7009efb963398a13978b7.tar.bz2 upstream-671818416e3ddd0cb3b7009efb963398a13978b7.zip |
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/uml')
-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 40cbb17039..f4298f5570 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 |