diff options
Diffstat (limited to 'targets/tyan/s2880/ns2880')
-rw-r--r-- | targets/tyan/s2880/ns2880 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/targets/tyan/s2880/ns2880 b/targets/tyan/s2880/ns2880 new file mode 100644 index 0000000000..913d194139 --- /dev/null +++ b/targets/tyan/s2880/ns2880 @@ -0,0 +1,6 @@ +#!/bin/bash +TYANMB=s2880 +cd "$TYANMB" +make +cat ../fwx.rom ./normal/linuxbios.rom ./fallback/linuxbios.rom > $TYANMB"_linuxbios.rom" +cp -f $TYANMB"_linuxbios.rom" /home/yhlu/ |