diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-06-14 21:17:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-06-14 21:17:50 +0000 |
commit | b04204c14d1f4211f45deeddb4c2b8d7d010fd54 (patch) | |
tree | 7bd06a9e2ef9df3450b49012453232de2730366d /target | |
parent | f88360279f91387dc61725226ad38c3c95d3790a (diff) | |
download | upstream-b04204c14d1f4211f45deeddb4c2b8d7d010fd54.tar.gz upstream-b04204c14d1f4211f45deeddb4c2b8d7d010fd54.tar.bz2 upstream-b04204c14d1f4211f45deeddb4c2b8d7d010fd54.zip |
include a skin for the goldfish emulator
SVN-Revision: 16460
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/goldfish/image/run-emulator.sh | 2 |
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 |