aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/goldfish/image/run-emulator.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-18 17:53:53 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-18 17:53:53 +0000
commitdb831511d2091907eef52519ebcc47f54cfd6d33 (patch)
tree9f9c7fba156b00e4bc76030988ecf32839f622ce /target/linux/goldfish/image/run-emulator.sh
parent979bc5536dd4960748cc7a96426abdc8ace15131 (diff)
downloadupstream-db831511d2091907eef52519ebcc47f54cfd6d33.tar.gz
upstream-db831511d2091907eef52519ebcc47f54cfd6d33.tar.bz2
upstream-db831511d2091907eef52519ebcc47f54cfd6d33.zip
goldfish: R.I.P.
It is broken and it is not maintained by anyone since long time. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34766
Diffstat (limited to 'target/linux/goldfish/image/run-emulator.sh')
-rw-r--r--target/linux/goldfish/image/run-emulator.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/goldfish/image/run-emulator.sh b/target/linux/goldfish/image/run-emulator.sh
deleted file mode 100644
index c815a2313a..0000000000
--- a/target/linux/goldfish/image/run-emulator.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-PREFIX=openwrt-goldfish-
-touch ${PREFIX}data.bin
-./goldfish-qemu/emulator -skindir ./goldfish-qemu/skins -skin HVGA -sysdir . -ramdisk ${PREFIX}ramdisk.bin -kernel ${PREFIX}kernel.bin -system ${PREFIX}system.bin -data ${PREFIX}data.bin -show-kernel -partition-size 100 -qemu -append "console=ttyS0 ubi.mtd=0 root=/dev/mtdblock3 rootfstype=jffs2 bootdelay=1 init=/etc/preinit" -net nic,vlan=0,model=smc91c111 -net user,vlan=0,hostname=OpenWrt