diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-16 16:32:52 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-16 16:32:52 +0000 |
commit | 974b9f5c9a7322424d5127dbe45236a0658c69ba (patch) | |
tree | 47f96a41ca4ef35b413ee6ad6a7540f134715d87 | |
parent | 5261a171e9acf2020e70db4de28d7edb55773e96 (diff) | |
download | upstream-974b9f5c9a7322424d5127dbe45236a0658c69ba.tar.gz upstream-974b9f5c9a7322424d5127dbe45236a0658c69ba.tar.bz2 upstream-974b9f5c9a7322424d5127dbe45236a0658c69ba.zip |
remove broken flag
The SPARC qemu target works like a charm with the following qemu command-line:
qemu-system-sparc64 -M sun4u -L /home/florian/dev/qemu/pc-bios -kernel build_dir/linux-sparc/linux-3.6.6/vmlinux -nographic
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34219
-rw-r--r-- | target/linux/sparc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sparc/Makefile b/target/linux/sparc/Makefile index 473507ba85..5dc94a3f81 100644 --- a/target/linux/sparc/Makefile +++ b/target/linux/sparc/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk ARCH:=sparc BOARD:=sparc BOARDNAME:=Sun UltraSPARC -FEATURES+=fpu tgz broken jffs2 ext4 squashfs +FEATURES+=fpu tgz jffs2 ext4 squashfs LINUX_VERSION:=3.6.6 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org> |