projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5261a17
)
remove broken flag
author
Florian Fainelli
<florian@openwrt.org>
Fri, 16 Nov 2012 16:32:52 +0000
(16:32 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
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>
SVN-Revision: 34219
target/linux/sparc/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/sparc/Makefile
b/target/linux/sparc/Makefile
index 473507ba85aec5921c4ecd6dd034fdc5bc569771..5dc94a3f8198bfec7405a79503e1cb94f1316fd0 100644
(file)
--- 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>