diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-18 17:53:53 +0000 |
commit | 74212ba5a1b89a81696ec68d9ce664023facb0be (patch) | |
tree | 0c747bbe3b9ccb30a4e4c5e277825d9a8ba914e4 /target/linux/goldfish/image/run-emulator.sh | |
parent | 9b9163fb8259ff20b007b80cf112ba1bbcc04e6c (diff) | |
download | upstream-74212ba5a1b89a81696ec68d9ce664023facb0be.tar.gz upstream-74212ba5a1b89a81696ec68d9ce664023facb0be.tar.bz2 upstream-74212ba5a1b89a81696ec68d9ce664023facb0be.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/goldfish/image/run-emulator.sh')
-rw-r--r-- | target/linux/goldfish/image/run-emulator.sh | 3 |
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 |