mirror of https://github.com/hak5/openwrt-owl.git
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: 34219owl
parent
5261a171e9
commit
974b9f5c9a
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
ARCH:=sparc
|
ARCH:=sparc
|
||||||
BOARD:=sparc
|
BOARD:=sparc
|
||||||
BOARDNAME:=Sun UltraSPARC
|
BOARDNAME:=Sun UltraSPARC
|
||||||
FEATURES+=fpu tgz broken jffs2 ext4 squashfs
|
FEATURES+=fpu tgz jffs2 ext4 squashfs
|
||||||
|
|
||||||
LINUX_VERSION:=3.6.6
|
LINUX_VERSION:=3.6.6
|
||||||
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
||||||
|
|
Loading…
Reference in New Issue