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 | 8ebe95404d93e91511a532eee154d9cae210b165 (patch) | |
| tree | 69deab7d9434bde2bf97ff38c02b3e0ad437b3b5 /target/linux | |
| parent | c2187c736e79fd560b47ddb61299652559ef6212 (diff) | |
| download | upstream-8ebe95404d93e91511a532eee154d9cae210b165.tar.gz upstream-8ebe95404d93e91511a532eee154d9cae210b165.tar.bz2 upstream-8ebe95404d93e91511a532eee154d9cae210b165.zip | |
remove broken status from uml target
SVN-Revision: 12202
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 40cbb170393..f4298f55702 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 |
