summaryrefslogtreecommitdiffstats
path: root/target/linux/goldfish/image
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-06-14 21:17:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-06-14 21:17:50 +0000
commitb04204c14d1f4211f45deeddb4c2b8d7d010fd54 (patch)
tree7bd06a9e2ef9df3450b49012453232de2730366d /target/linux/goldfish/image
parentf88360279f91387dc61725226ad38c3c95d3790a (diff)
downloadmaster-31e0f0ae-b04204c14d1f4211f45deeddb4c2b8d7d010fd54.tar.gz
master-31e0f0ae-b04204c14d1f4211f45deeddb4c2b8d7d010fd54.tar.bz2
master-31e0f0ae-b04204c14d1f4211f45deeddb4c2b8d7d010fd54.zip
include a skin for the goldfish emulator
SVN-Revision: 16460
Diffstat (limited to 'target/linux/goldfish/image')
-rw-r--r--target/linux/goldfish/image/run-emulator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/goldfish/image/run-emulator.sh b/target/linux/goldfish/image/run-emulator.sh
index 652ec5ed78..c815a2313a 100644
--- a/target/linux/goldfish/image/run-emulator.sh
+++ b/target/linux/goldfish/image/run-emulator.sh
@@ -1,3 +1,3 @@
PREFIX=openwrt-goldfish-
touch ${PREFIX}data.bin
-./goldfish-qemu/emulator -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
+./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