[sparc] remove broken flag
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Nov 2012 16:32:52 +0000 (16:32 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Nov 2012 16:32:52 +0000 (16:32 +0000)
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34219 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/sparc/Makefile

index 473507b..5dc94a3 100644 (file)
@@ -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>