diff options
Diffstat (limited to 'targets/tyan/s2880')
-rw-r--r-- | targets/tyan/s2880/VERSION | 1 | ||||
-rw-r--r-- | targets/tyan/s2880/ns2880 | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/targets/tyan/s2880/VERSION b/targets/tyan/s2880/VERSION new file mode 100644 index 0000000000..cd5ac039d6 --- /dev/null +++ b/targets/tyan/s2880/VERSION @@ -0,0 +1 @@ +2.0 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/ |